#include <memory.h>
#include "gateway_prot.h"
Go to the source code of this file.
Functions | |
void * | bamboo_dht_proc_null_2 (void *argp, CLIENT *clnt) |
bamboo_stat * | bamboo_dht_proc_put_2 (bamboo_put_args *argp, CLIENT *clnt) |
bamboo_get_res * | bamboo_dht_proc_get_2 (bamboo_get_args *argp, CLIENT *clnt) |
Variables | |
static struct timeval | TIMEOUT = { 25, 0 } |
bamboo_get_res* bamboo_dht_proc_get_2 | ( | bamboo_get_args * | argp, | |
CLIENT * | clnt | |||
) |
Definition at line 43 of file gateway_prot_clnt.c.
References BAMBOO_DHT_PROC_GET, TIMEOUT, xdr_bamboo_get_args(), and xdr_bamboo_get_res().
void* bamboo_dht_proc_null_2 | ( | void * | argp, | |
CLIENT * | clnt | |||
) |
bamboo_stat* bamboo_dht_proc_put_2 | ( | bamboo_put_args * | argp, | |
CLIENT * | clnt | |||
) |
Definition at line 28 of file gateway_prot_clnt.c.
References BAMBOO_DHT_PROC_PUT, TIMEOUT, xdr_bamboo_put_args(), and xdr_bamboo_stat().
struct timeval TIMEOUT = { 25, 0 } [static] |
Definition at line 10 of file gateway_prot_clnt.c.
Referenced by bamboo_dht_proc_get_2(), bamboo_dht_proc_null_2(), and bamboo_dht_proc_put_2().