dankamongmen / libnetstack

Small library around rtnetlink to track networking stack elements
https://nick-black.com/dankwiki/index.php/Libnetstack
Apache License 2.0
10 stars 0 forks source link

Allow callbacks to be provided for event notification #7

Closed dankamongmen closed 5 years ago

dankamongmen commented 5 years ago

When a netstack is created, the caller ought be allowed to register callbacks called from our own callbacks, thus providing them with notifications of new, removed, or changed network elements.

dankamongmen commented 5 years ago

So these are pretty much there, right?