aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-06-02 11:28:28 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-06-02 11:28:28 +0000
commitde1aaa644561422018cadb81a843760ef4b43700 (patch)
treeb007a318a79cf58a28ef5d8503592815736a3aba /src/include/gnunet_protocols.h
parent800c3b54ba9a67ad995d6b5c1ecbffe224f4676d (diff)
downloadgnunet-de1aaa644561422018cadb81a843760ef4b43700.tar.gz
gnunet-de1aaa644561422018cadb81a843760ef4b43700.zip
header file changes
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index b03efe3f4..5b64dfeaa 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2477,10 +2477,9 @@ extern "C"
2477#define GNUNET_MESSAGE_TYPE_PEERSTORE_STORE 820 2477#define GNUNET_MESSAGE_TYPE_PEERSTORE_STORE 820
2478 2478
2479/** 2479/**
2480 * Store result messages 2480 * Store result message
2481 */ 2481 */
2482#define GNUNET_MESSAGE_TYPE_PEERSTORE_STORE_RESULT_OK 821 2482#define GNUNET_MESSAGE_TYPE_PEERSTORE_STORE_RESULT_OK 821
2483#define GNUNET_MESSAGE_TYPE_PEERSTORE_STORE_RESULT_FAIL 822
2484 2483
2485/** 2484/**
2486 * Iteration request 2485 * Iteration request
@@ -2493,6 +2492,20 @@ extern "C"
2493#define GNUNET_MESSAGE_TYPE_PEERSTORE_ITERATE_RECORD 824 2492#define GNUNET_MESSAGE_TYPE_PEERSTORE_ITERATE_RECORD 824
2494#define GNUNET_MESSAGE_TYPE_PEERSTORE_ITERATE_END 825 2493#define GNUNET_MESSAGE_TYPE_PEERSTORE_ITERATE_END 825
2495 2494
2495/**
2496 * Watch request
2497 */
2498#define GNUNET_MESSAGE_TYPE_PEERSTORE_WATCH 826
2499
2500/**
2501 * Watch response
2502 */
2503#define GNUNET_MESSAGE_TYPE_PEERSTORE_WATCH_RECORD 827
2504
2505/**
2506 * Watch cancel request
2507 */
2508#define GNUNET_MESSAGE_TYPE_PEERSTORE_WATCH_CANCEL 828
2496 2509
2497/******************************************************************************* 2510/*******************************************************************************
2498 * SOCIAL message types 2511 * SOCIAL message types