From: Mark H. <ma...@os...> - 2004-04-16 16:16:33
|
On Thu, 2004-04-15 at 21:08, Guo, Min wrote: > Hi, Jon > > I checked the our updated code into CVS, The basic > transmission(recv/send) of both blink and replication can work > correctly now.But for retransmission,we are still on debugging. I > marked the before-revision code as T04416 , and after-revision code as > Ttx_rx_bcast. I compiled the new code but couldn't load the tipc module: tipc: Unknown symbol bnode_outqueue_release Error inserting '/root/tipc.ko': -1 Unknown symbol in module bnode_outqueue_release is declared static in recvbcast.c but is called from tipc_bcast_sop in bcast.c. removing the static allows the module to be loaded. Mark. > > Thanks > Guo Min -- Mark Haverkamp <ma...@os...> |