task_struct解析(二) 命名空间

task_struct 中有这么一个字段
/* namespaces */ 
 struct nsproxy *nsproxy;
用来表示命名空间的。
=========================================
这份文档解释比较详细http://blogimg.chinaunix.net/blog/upfile2/110316193744.pdf
===========================================
转自: http://blog.chinaunix.net/uid-21718047-id-3069399.html

你可能感兴趣的:(struct)