projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673666a
)
- use correct types
author
Bart Polot
<bart@net.in.tum.de>
Wed, 20 Jun 2012 16:54:32 +0000
(16:54 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Wed, 20 Jun 2012 16:54:32 +0000
(16:54 +0000)
src/include/block_mesh.h
patch
|
blob
|
history
diff --git
a/src/include/block_mesh.h
b/src/include/block_mesh.h
index de9606533ba1fc0302fdc88189f03a7e85349ec1..6be5b1920c665fdf25b1bde052a6716197793d58 100644
(file)
--- a/
src/include/block_mesh.h
+++ b/
src/include/block_mesh.h
@@
-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