aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h60
1 files changed, 59 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 431542660..54e059907 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1760,8 +1760,66 @@ extern "C"
1760#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ABORT 548 1760#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ABORT 548
1761 1761
1762 1762
1763/*******************************************************************************
1764 * SET message types
1765 ******************************************************************************/
1766
1767/**
1768 * Cancel a set operation
1769 */
1770#define GNUNET_MESSAGE_TYPE_SET_CANCEL 570
1771
1772/**
1773 * Acknowledge results
1774 */
1775#define GNUNET_MESSAGE_TYPE_SET_ACK 571
1776
1777/**
1778 * Create an empty set
1779 */
1780#define GNUNET_MESSAGE_TYPE_SET_RESULT 572
1781
1782/**
1783 * Add element to set
1784 */
1785#define GNUNET_MESSAGE_TYPE_SET_ADD 573
1786
1787
1788/**
1789 * Remove element from set
1790 */
1791#define GNUNET_MESSAGE_TYPE_SET_REMOVE 574
1792
1793
1794/**
1795 * Listen for operation requests
1796 */
1797#define GNUNET_MESSAGE_TYPE_SET_LISTEN 575
1798
1799/**
1800 * Accept a set request
1801 */
1802#define GNUNET_MESSAGE_TYPE_SET_ACCEPT 576
1803
1804/**
1805 * Evaluate a set operation
1806 */
1807#define GNUNET_MESSAGE_TYPE_SET_EVALUATE 577
1808
1809/**
1810 * Evaluate a set operation
1811 */
1812#define GNUNET_MESSAGE_TYPE_SET_REQUEST 578
1813
1814
1815/**
1816 * Evaluate a set operation
1817 */
1818#define GNUNET_MESSAGE_TYPE_SET_CREATE 579
1819
1820
1763/** 1821/**
1764 * Next available: 570 1822 * Next available: 600
1765 */ 1823 */
1766 1824
1767 1825