The problem is that I am expecting the event handler to have the following 9 entries: Host_auth_event(datapath_id_, port_,dladdr_, nwaddr_, ihostname_, host_netid_, idle_timeout_, hard_timeout_, reason_);

Can you please tell me what should I do exactly to have those entries to my handler like for example the case of register_packet_in which passes for example dpid etc. to the handler
Thanks a lot.

On 04/28/2011 06:59 PM, Murphy McCauley wrote:
  some of the really common events have helpers to register your handlers 
(e.g., register_for_packet_in()) which wrap the function you give them.  The 
wrappers return CONTINUE if you do

_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to