]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/UDPEcho/UDPReport.h
commit svn HEAD of blip into core to start merge testing
[tinyos-2.x.git] / apps / UDPEcho / UDPReport.h
index e1d7dfc9c5d7105d613f1de1f3967ede5477b223..2efaaa0ec0298fbe7363a5725d994596eeb3f69c 100644 (file)
 #ifndef _UDPREPORT_H
 #define _UDPREPORT_H
 
-#include <IPDispatch.h>
+#include <Statistics.h>
 
 nx_struct udp_report {
-  // ip_statistics_t    ip;
+  nx_uint16_t seqno;
+  nx_uint16_t sender;
+  ip_statistics_t    ip;
   udp_statistics_t   udp;
   icmp_statistics_t  icmp;
   route_statistics_t route;