From: Bart Polot Date: Wed, 20 Jun 2012 16:54:32 +0000 (+0000) Subject: - use correct types X-Git-Tag: initial-import-from-subversion-38251~12919 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d512a30bc7f9b84195339f771dbd510ce249fa30;p=oweals%2Fgnunet.git - use correct types --- 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