From: Ling, X. <xia...@in...> - 2004-06-11 01:44:15
|
>-----Original Message----- >From: Mark Haverkamp [mailto:ma...@os...]=20 >Sent: 2004=C4=EA6=D4=C211=C8=D5 0:17 >To: Ling, Xiaofeng >Cc: tipc >Subject: RE: [Tipc-discussion] REPLICA_NODES set to 1 > >On Thu, 2004-06-10 at 08:36, Mark Haverkamp wrote: >> On Thu, 2004-06-10 at 02:41, Ling, Xiaofeng wrote: >> > Yes, that's problem.The broadcast packet is not received by sender, >> > maybe we need to copy one to sender self. >> > how about this patch? (The reture value still need to be resolved) >>=20 >> That seemed to work OK. > >One small thing. The patch declares the struct sk_buff below the start >of the code block. This isn't standard C. But It's in C99 standard, isn't it? :) Anyway, use C89 standard is safer. |