chiark / gitweb /
rtnl: add callback support
authorTom Gundersen <teg@jklm.no>
Sat, 30 Nov 2013 00:24:29 +0000 (01:24 +0100)
committerTom Gundersen <teg@jklm.no>
Wed, 4 Dec 2013 13:15:13 +0000 (14:15 +0100)
commit8cec01b9e9b7264639fd1fc0fe373ef4d5baaf49
tree6db638964058da2a30a7839fc7fe03de9b3c3732
parenta02113d2ea96467dc9f1ec196d5f62a34dd99314
rtnl: add callback support

sd_rtnl_add_match allows you to add a callback function for when given types of
messages are received.
src/libsystemd-rtnl/rtnl-internal.h
src/libsystemd-rtnl/sd-rtnl.c
src/libsystemd-rtnl/test-rtnl.c
src/systemd/sd-rtnl.h