#include <rpc/rpc.h>
Go to the source code of this file.
| #define BAMBOO_DHT_GATEWAY_PROGRAM 708655600 |
| #define BAMBOO_DHT_GATEWAY_VERSION 2 |
| #define BAMBOO_DHT_PROC_GET 3 |
| #define BAMBOO_DHT_PROC_NULL 1 |
| #define BAMBOO_DHT_PROC_PUT 2 |
| typedef struct bamboo_get_args bamboo_get_args |
Definition at line 68 of file gateway_prot.h.
| typedef struct bamboo_get_res bamboo_get_res |
Definition at line 77 of file gateway_prot.h.
| typedef char bamboo_key[20] |
Definition at line 40 of file gateway_prot.h.
| typedef struct bamboo_put_args bamboo_put_args |
Definition at line 59 of file gateway_prot.h.
| typedef enum bamboo_stat bamboo_stat |
Definition at line 38 of file gateway_prot.h.
| enum bamboo_stat |
| int bamboo_dht_gateway_program_2_freeresult | ( | ) |
| bamboo_get_res* bamboo_dht_proc_get_2 | ( | ) |
Referenced by TcaRegistry::read().
| bamboo_get_res* bamboo_dht_proc_get_2_svc | ( | ) |
| void* bamboo_dht_proc_null_2 | ( | ) |
Referenced by do_null_op().
| void* bamboo_dht_proc_null_2_svc | ( | ) |
| bamboo_stat* bamboo_dht_proc_put_2 | ( | ) |
Referenced by TcaRegistry::write().
| bamboo_stat* bamboo_dht_proc_put_2_svc | ( | ) |
| bool_t xdr_bamboo_get_args | ( | ) |
Referenced by bamboo_dht_proc_get_2().
| bool_t xdr_bamboo_get_res | ( | ) |
Referenced by bamboo_dht_proc_get_2().
| bool_t xdr_bamboo_key | ( | ) |
Referenced by xdr_bamboo_get_args(), and xdr_bamboo_put_args().
| bool_t xdr_bamboo_placemark | ( | ) |
Referenced by xdr_bamboo_get_args(), and xdr_bamboo_get_res().
| bool_t xdr_bamboo_put_args | ( | ) |
Referenced by bamboo_dht_proc_put_2().
| bool_t xdr_bamboo_stat | ( | ) |
Referenced by bamboo_dht_proc_put_2().
| bool_t xdr_bamboo_value | ( | ) |
Referenced by xdr_bamboo_get_res(), and xdr_bamboo_put_args().
1.5.1