On 13 October 2010 17:16, Wes Hardaker <harda...@users.sourceforge.net> wrote:
> BF> I updated net-snmp to 5.6, and all of my net-snmp consumers broke.  It
> BF> looks like <net-snmp/library/snmp_api.h> (included from
> BF> <net-snmp/session_api.h> accidentally used "netsnmp_transport *"
> BF> instead of "struct netsnmp_transport_s *":


> Also, I bet if you had included net-snmp/types.h first it would have
> worked as well.
>
> Anyway, I'm applying your patch for the 5.6.1 release.


Though there is still the question of why these APIs are using
         "struct netsnmp_transport_s"
in the first place, rather than
         "netsnmp_transport "
(which is the naming style used for all other structures)

Dave

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to