]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/blip/ICMP.h
- fix async warning in resource queue
[tinyos-2.x.git] / tos / lib / net / blip / ICMP.h
index 293cd8fada732898dd2c882ca6916d9ba94455e0..eac35a62c2e7511dffee47f98e22e46f6bf2b2f2 100644 (file)
@@ -93,7 +93,8 @@ typedef nx_struct {
   nx_uint8_t type;
   nx_uint8_t length;
   nx_uint16_t metric;
-  nx_uint8_t pad[4];
+  nx_uint16_t seqno;
+  nx_uint8_t pad[2];
 } rqual_t;
 
 struct icmp_stats {