Hello,

just took a quick glance at the su_os_nw.h API. I think at least the 
remove function should be modified before 1.12.2 release:

su_os_nw.h:
SOFIAPUBFUN int su_root_remove_network_changed(su_root_t *root);

... shouldn't the first arg be of type 'su_network_changed_t *' (to
be able to map create and remote requests)?

PS For Linux, probably the best way to implement this is
    netlink NETLINK_ROUTE interface (see netlink(7) man page);
    should be even doable without a separate notification thread.

-- 
  under work: Sofia-SIP at http://sofia-sip.sf.net

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to