netns.h 169 B

12345678910111213
  1. #ifndef __LOCKD_NETNS_H__
  2. #define __LOCKD_NETNS_H__
  3. #include <net/netns/generic.h>
  4. struct lockd_net {
  5. unsigned int nlmsvc_users;
  6. };
  7. extern int lockd_net_id;
  8. #endif