From d512a30bc7f9b84195339f771dbd510ce249fa30 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 20 Jun 2012 16:54:32 +0000 Subject: [PATCH] - use correct types --- src/include/block_mesh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ #define BLOCK_MESH_H #include "gnunet_util_lib.h" +#include "gnunet_mesh_service.h" #include /** @@ -42,7 +43,7 @@ struct PBlock /** * Type of service offered */ - uint32_t type; + GNUNET_MESH_ApplicationType type; }; #endif \ No newline at end of file -- 2.25.1