From 3140154d46212e08e0d73ed891a66213a6813075 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 24 Jun 2016 20:17:39 +0000 Subject: refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql backend --- src/include/gnunet_protocols.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/gnunet_protocols.h') diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 8a429ba41..1435612d7 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -459,6 +459,11 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_DATASTORE_DROP 103 +/** + * Message sent by datastore client to get data by key. + */ +#define GNUNET_MESSAGE_TYPE_DATASTORE_GET_KEY 104 + /******************************************************************************* * FS message types -- cgit v1.2.3