struct proc_dir_entry内核中的定义

时间:2013-10-12 12:10:27

标签: kernel definition

linux内核中定义的struct proc_dir_entry在哪里? 在/linux/proc_fs.h中,它被声明为:(内核3.10)

struct proc_dir_entry;

我想因为这个我得到了这个错误:

dereferencing pointer to incomplete type

在这行代码中虽然包含/linux/proc_fs.h

while(strcmp (my_dir_entry->name,"tcp"))

1 个答案:

答案 0 :(得分:4)

它在fs/proc/internal.h中定义。