GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
005.c
Go to the documentation of this file.
3
4env = GNUNET_MQ_msg_extra (msg, payload_size, GNUNET_MY_MESSAGE_TYPE);
6 &payload,
7 payload_size);
8// Send message via message queue 'mq'
struct GNUNET_MessageHeader * msg
Definition 005.c:2
GNUNET_mq_send(mq, env)
struct GNUNET_MQ_Envelope * env
Definition 005.c:1
static unsigned long long payload
How much data are we currently storing in the database?
#define GNUNET_memcpy(dst, src, n)
Call memcpy() but check for n being 0 first.
#define GNUNET_MQ_msg_extra(mvar, esize, type)
Allocate an envelope, with extra space allocated after the space needed by the message struct.
static struct GNUNET_MQ_Handle * mq
Our connection to the resolver service, created on-demand, but then persists until error or shutdown.
Header for all communications.