当前位置:  技术问答>linux和unix

pthread_rwlock_t 错误

    来源: 互联网  发布时间:2016-09-06

    本文导语:  struct bcentry { struct in6_addr our_addr; /* Address to which we got BU */ struct in6_addr peer_addr; /* MN home address */ struct in6_addr old_coa; /* Previous care-of address */ struct in6_addr coa; /* MN care-of address */ struct timespec add_time;    ...


struct bcentry {
struct in6_addr our_addr; /* Address to which we got BU */
struct in6_addr peer_addr; /* MN home address */
struct in6_addr old_coa; /* Previous care-of address */
struct in6_addr coa; /* MN care-of address */
struct timespec add_time;       /* When was the binding added or modified */
struct timespec lifetime;       /* lifetime sent in this BU, in seconds */
uint16_t seqno; /* sequence number of the latest BU */
uint16_t flags; /* BU flags */

uint16_t nonce_coa;
uint16_t nonce_hoa;
int type; /* Entry type */
int unreach; /* ICMP dest unreach count */
int tunnel; /* Tunnel interface index */
int link; /* Home link interface index */

int id; /* For testing */

/* Following fields are for internal use only */
struct timespec br_lastsent; /* BR ratelimit */
int br_count; /* BR ratelimit */

pthread_rwlock_t lock; /* Protects the entry */ 
struct tq_elem tqe; /* Timer queue entry for expire */

void (*cleanup)(struct bcentry *bce); /* Clean up bce data */
};



这是定义的一个结构体,在“pthread_rwlock_t lock;”这一行出现

error:syntax error before "pthread_rwlock_t"
warning:no semicolon at end of struct or union

在最后一行出现

error:syntax error before '}' token


请问,这是什么原因啊?


|

头文件的作用是声明函数,他只在编译阶段有作用。
"undefined reference"是链接错误,意思是完成编译之后链接的时候找不到这个函数的实现代码。
这个要看makefile怎么写的,链接的命令行里面是否指定了bcache.c或者bcache.o

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 求助:rwlock_t 和 pthread_rwlock_t 的区别?
  • pthread_rwlock_t为什么声明不了啊?
  • 求助: pthread_rwlock_t 使用


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3