错误:字段'list_member'的类型不完整

时间:2014-11-08 10:28:38

标签: c struct field

我目前正在尝试从源代码编译Xeon Phi的英特尔MPSS,因为除了RHEL和SUSE之外,其他版本的软件包不可用。

我已经修复了一些编译错误,比如定义或输入错误。

但我仍然收到以下错误

error: field 'list_member' has incomplete type

以下是发生的代码'

struct scif_callback 
{
    struct list_head        list_member;
    scif_callback_t         callback_handler;
};

我不知道如何解决这个问题。 在此先感谢

0 个答案:

没有答案