when I compile my application(CTP+LPL) with the latest CVS version, I got
this error message:

tos/lib/net/ctp/CtpForwardingEngine.h:104: conflicting types for
`network_header_t'
tos/chips/rf2xx/layers/TinyosNetworkLayer.h:30: previous declaration of
`network_header_t'

I found network_header_t in CtpForwardingEngine.h is never used in ctp, so I
modified it to ctp_network_header_t and everything seems work well. But is
there a better solution?
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to