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:
4a24e05
)
Added new message types
author
Bart Polot
<bart@net.in.tum.de>
Tue, 18 Oct 2011 17:28:06 +0000
(17:28 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Tue, 18 Oct 2011 17:28:06 +0000
(17:28 +0000)
src/include/gnunet_protocols.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_protocols.h
b/src/include/gnunet_protocols.h
index d65a91911aa79361c8b5176835989cda30551f1e..59cdf9fe3ce5796968fc0154ceb5d5cd76eb4553 100644
(file)
--- a/
src/include/gnunet_protocols.h
+++ b/
src/include/gnunet_protocols.h
@@
-829,6
+829,16
@@
extern "C"
*/
#define GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE 264
+/**
+ * Request the destuction of a path
+ */
+#define GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY 265
+
+/**
+ * Request the destruction of a whole tunnel
+ */
+#define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY 266
+
/**
* We need flow control
*/