Exemplo n.º 1
0
static int query_rdl_alloc (flux_t *h, int64_t j, json_object **jcb)
{
    *jcb = Jnew ();
    return extract_raw_rdl_alloc (h, j, *jcb);
}
Exemplo n.º 2
0
static int query_rdl_alloc (flux_t h, int64_t j, JSON *jcb)
{
    *jcb = Jnew ();
    return extract_raw_rdl_alloc (h, j, *jcb); 
}