DragonFly BSD
DragonFly commits List (threaded) for 2004-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/net/pf


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 28 Sep 2004 09:22:41 -0700 (PDT)

joerg       2004/09/28 09:22:41 PDT

DragonFly src repository

  Modified files:
    sys/net/pf           pf_if.c 
  Log:
  EVENTHANDLER_REGISTER uses the name of the event as string and therefore
  the compiler couldn't detect the wrong event names. I used
  ifnet_attach_event and ifnet_detach_event instead of ifnet_arrival_event
  and ifnet_departure_event. This seemed to work for PF as module because
  all existing interfaces are added by hand first.
  
  Problem-reported-by: Aggelos Economopoulos <aoiko@xxxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.3       +4 -4      src/sys/net/pf/pf_if.c


http://www.dragonflybsd.org/cvsweb/src/sys/net/pf/pf_if.c.diff?r1=1.2&r2=1.3&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]