&revocation_set_union_app_id,
NULL,
GNUNET_SET_RESULT_ADDED,
- (struct GNUNET_SET_Option[]) { 0 },
+ (struct GNUNET_SET_Option[]) {{ 0 }},
&add_revocation,
peer_entry);
if (GNUNET_OK !=
}
peer_entry->so = GNUNET_SET_accept (request,
GNUNET_SET_RESULT_ADDED,
- (struct GNUNET_SET_Option[]) { 0 },
+ (struct GNUNET_SET_Option[]) {{ 0 }},
&add_revocation,
peer_entry);
if (GNUNET_OK !=
s->intersection_op
= GNUNET_SET_accept (request,
GNUNET_SET_RESULT_REMOVED,
- (struct GNUNET_SET_Option[]) { 0 },
+ (struct GNUNET_SET_Option[]) {{ 0 }},
&cb_intersection_element_removed,
s);
if (NULL == s->intersection_op)
&set_sid,
NULL,
GNUNET_SET_RESULT_REMOVED,
- (struct GNUNET_SET_Option[]) { 0 },
+ (struct GNUNET_SET_Option[]) {{ 0 }},
&cb_intersection_element_removed,
s);
if (GNUNET_OK !=
s->intersection_op
= GNUNET_SET_accept (request,
GNUNET_SET_RESULT_REMOVED,
- (struct GNUNET_SET_Option[]) { 0 },
+ (struct GNUNET_SET_Option[]) {{ 0 }},
&cb_intersection_element_removed,
s);
if (NULL == s->intersection_op)
&s->session_id,
NULL,
GNUNET_SET_RESULT_REMOVED,
- (struct GNUNET_SET_Option[]) { 0 },
+ (struct GNUNET_SET_Option[]) {{ 0 }},
&cb_intersection_element_removed,
s);
if (GNUNET_OK !=
{
int ret;
struct IBF_Key ibf_key;
- struct GetElementContext ctx = { 0 };
+ struct GetElementContext ctx = {{{ 0 }} , 0};
ctx.hash = *element_hash;
struct GNUNET_SET_Request *request)
{
/* max. 2 options plus terminator */
- struct GNUNET_SET_Option opts[3] = {0};
+ struct GNUNET_SET_Option opts[3] = {{0}};
unsigned int n_opts = 0;
if (NULL == request)
unsigned int i;
struct GNUNET_HashCode hash;
/* max. 2 options plus terminator */
- struct GNUNET_SET_Option opts[3] = {0};
+ struct GNUNET_SET_Option opts[3] = {{0}};
unsigned int n_opts = 0;
config = cfg;