commit | 3a4c96885ec878ae4631b0fb7bb7839578725976 | [log] [tgz] |
---|---|---|
author | Vincent Bernat <bernat@luffy.cx> | Wed May 23 00:52:46 2012 +0200 |
committer | Vincent Bernat <bernat@luffy.cx> | Mon Jun 25 19:03:23 2012 +0200 |
tree | 0b0334f9b6b7fce2bc2ebe2fac0c51350c1838de | |
parent | 08d7f6533ecc0f935a76918c462982004534864d [diff] |
smux: isolate SMUX implementation from SNMP implementation lib/snmp.c gets OID related helper functions that can be used with another SNMP interface. smux.h is cleaned of SMUX specific bits to only expose functions that may be used by an alternative implementation. We also do not redefine functions already present in NetSNMP. Just use the appropriate headers.