- use correct types
authorBart Polot <bart@net.in.tum.de>
Wed, 20 Jun 2012 16:54:32 +0000 (16:54 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 20 Jun 2012 16:54:32 +0000 (16:54 +0000)
src/include/block_mesh.h

index de9606533ba1fc0302fdc88189f03a7e85349ec1..6be5b1920c665fdf25b1bde052a6716197793d58 100644 (file)
@@ -27,6 +27,7 @@
 #define BLOCK_MESH_H
 
 #include "gnunet_util_lib.h"
+#include "gnunet_mesh_service.h"
 #include <stdint.h>
 
 /**
@@ -42,7 +43,7 @@ struct PBlock
     /**
      * Type of service offered
      */
-  uint32_t type;
+  GNUNET_MESH_ApplicationType type;
 };
 
 #endif
\ No newline at end of file