GNUNET_MQ_hd_fixed_size (alices_computation_request,
GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SESSION_INITIALIZATION,
struct ServiceRequestMessage,
- s),
+ NULL),
GNUNET_MQ_hd_var_size (alices_cryptodata_message,
GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_CRYPTODATA,
struct AliceCryptodataMessage,
- s),
+ NULL),
GNUNET_MQ_handler_end ()
};
uint32_t contained_count;
GNUNET_MQ_handler_end ()
};
struct Listener *listener;
- struct Operation *op;
if (NULL != listener_get (client))
{
&channel_end_cb,
cadet_handlers);
/* check for existing incoming requests the listener might be interested in */
- for (op = incoming_head; NULL != op; op = op->next)
+ for (struct Operation *op = incoming_head; NULL != op; op = op->next)
{
if (NULL == op->spec)
continue; /* no details available yet */