Use refactored Selectables from sonic-swss-common (#1604)
This commit is contained in:
parent
6383de3907
commit
8a714c88c7
@ -195,7 +195,7 @@ class LldpManager(object):
|
||||
|
||||
# Listen indefinitely for changes to the PORT table in the State DB
|
||||
while True:
|
||||
(state, c, fd) = sel.select(SELECT_TIMEOUT_MS)
|
||||
(state, c) = sel.select(SELECT_TIMEOUT_MS)
|
||||
|
||||
if state == swsscommon.Select.OBJECT:
|
||||
(key, op, fvp) = sst.pop()
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d1c52239635b68c672a9c8f59854a474f3e99d3b
|
||||
Subproject commit 177f768c6ffe0806ee500f739bd06203ab913b72
|
@ -1 +1 @@
|
||||
Subproject commit 114faa4c591917540933348801d9f96cffcd8ca1
|
||||
Subproject commit 880c1e9284a1737dfbb18ad5fa03d893482e4b18
|
@ -1 +1 @@
|
||||
Subproject commit 821377734ab86ca931ffa45609c17a08c7859e99
|
||||
Subproject commit 1ef337a96df371162686b825964ed76bc68325c9
|
Reference in New Issue
Block a user