git: bpf: Move bpf_track event declaration to <net/bpf.h>
    Aaron LI 
    aly at crater.dragonflybsd.org
       
    Wed Aug  8 02:10:43 PDT 2018
    
    
  
commit e826117ee8aacb5698d8c6af3d39ba34be643c84
Author: Aaron LI <aly at aaronly.me>
Date:   Mon Jun 25 17:31:16 2018 +0800
    bpf: Move bpf_track event declaration to <net/bpf.h>
    
    Move the declaration of the "bpf_track" event from <sys/eventhandler.h>
    to <net/bpf.h>.
    
    Document the "bpf_track" event in eventhandler.9 man page.
    
    Based on FreeBSD.
Summary of changes:
 share/man/man9/EVENTHANDLER.9 |  3 +++
 sys/net/bpf.h                 | 20 ++++++++++++--------
 sys/sys/eventhandler.h        |  6 ------
 3 files changed, 15 insertions(+), 14 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e826117ee8aacb5698d8c6af3d39ba34be643c84
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list