aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_mesh.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-06-20 16:54:32 +0000
committerBart Polot <bart@net.in.tum.de>2012-06-20 16:54:32 +0000
commitd512a30bc7f9b84195339f771dbd510ce249fa30 (patch)
tree5a5db4d1845a88caac6c8b0a438f4bdf11b47d31 /src/include/block_mesh.h
parent673666a5310ae56ef07853c3dcb29cdfd7e4ee39 (diff)
downloadgnunet-d512a30bc7f9b84195339f771dbd510ce249fa30.tar.gz
gnunet-d512a30bc7f9b84195339f771dbd510ce249fa30.zip
- use correct types
Diffstat (limited to 'src/include/block_mesh.h')
-rw-r--r--src/include/block_mesh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/block_mesh.h b/src/include/block_mesh.h
index de9606533..6be5b1920 100644
--- a/src/include/block_mesh.h
+++ b/src/include/block_mesh.h
@@ -27,6 +27,7 @@
27#define BLOCK_MESH_H 27#define BLOCK_MESH_H
28 28
29#include "gnunet_util_lib.h" 29#include "gnunet_util_lib.h"
30#include "gnunet_mesh_service.h"
30#include <stdint.h> 31#include <stdint.h>
31 32
32/** 33/**
@@ -42,7 +43,7 @@ struct PBlock
42 /** 43 /**
43 * Type of service offered 44 * Type of service offered
44 */ 45 */
45 uint32_t type; 46 GNUNET_MESH_ApplicationType type;
46}; 47};
47 48
48#endif \ No newline at end of file 49#endif \ No newline at end of file