forked from dan/liminix
devout: add incoming netlink messages to database
This commit is contained in:
parent
b4ba3eea21
commit
6bee2f67ac
@ -138,7 +138,7 @@
|
||||
true)))
|
||||
(loop:register
|
||||
nl
|
||||
#(do (print :netlink (ll.read nl)) true))
|
||||
#(do (db:add (ll.read nl)) true))
|
||||
(while true
|
||||
(let [pollfds (pollfds-for (loop:fds))]
|
||||
(ll.poll pollfds 5000)
|
||||
|
Loading…
Reference in New Issue
Block a user