aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-03-11 03:39:47 +0000
committerBart Polot <bart@net.in.tum.de>2011-03-11 03:39:47 +0000
commit69d9f80b83053162a38a292fc8a024acb6a463a9 (patch)
treed8668cdb5c158e4c11b35a193ea19025af2c39d7 /src/mesh/mesh.h
parente87e273ce5f864e20fcca02c34bef72de4fc00bd (diff)
downloadgnunet-69d9f80b83053162a38a292fc8a024acb6a463a9.tar.gz
gnunet-69d9f80b83053162a38a292fc8a024acb6a463a9.zip
Added more data structures and functions to build the skeleton of mesh
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index 57778a352..085f3ef4d 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -27,6 +27,7 @@
27#ifndef MESH_H_ 27#ifndef MESH_H_
28#define MESH_H_ 28#define MESH_H_
29#include <stdint.h> 29#include <stdint.h>
30#include "gnunet_common.h"
30 31
31/** 32/**
32 * Message for mesh path management 33 * Message for mesh path management
@@ -81,6 +82,11 @@ struct GNUNET_MESH_Data
81 uint32_t tid; 82 uint32_t tid;
82 83
83 /** 84 /**
85 * FIXME Some form of authentication
86 */
87 uint32_t token;
88
89 /**
84 * Size of payload 90 * Size of payload
85 * FIXME uint16 enough? 91 * FIXME uint16 enough?
86 */ 92 */