Kernel  |  3.4

下载     查看原文件
C++程序  |  13行  |  169 B
#ifndef __LOCKD_NETNS_H__
#define __LOCKD_NETNS_H__

#include <net/netns/generic.h>

struct lockd_net {
	unsigned int nlmsvc_users;
};

extern int lockd_net_id;

#endif