Diff for /embedaddon/bird/nest/locks.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2017/08/22 12:33:54 version 1.1.1.2, 2021/03/17 19:50:23
Line 30  struct object_lock { Line 30  struct object_lock {
   uint port;            /* ... port number */    uint port;            /* ... port number */
   uint inst;            /* ... instance ID */    uint inst;            /* ... instance ID */
   struct iface *iface;  /* ... interface */    struct iface *iface;  /* ... interface */
     struct iface *vrf;    /* ... or VRF (if iface is unknown) */
   void (*hook)(struct object_lock *);   /* Called when the lock succeeds */    void (*hook)(struct object_lock *);   /* Called when the lock succeeds */
   void *data;           /* User data */    void *data;           /* User data */
   /* ... internal to lock manager, don't touch ... */    /* ... internal to lock manager, don't touch ... */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>