Coda Distributed File System
|
#include "test.h"
Functions | |
int | main (int argc, char *argv[]) |
int | test_proc1 (RPC2_Handle cid, int n) |
int | test_proc2 (RPC2_Handle cid, char *s, int *n) |
int | test_proc3 (RPC2_Handle cid, RPC2_BoundedBS *bbs, color *c, RPC2_String s, RPC2_CountedBS *bs) |
int | test_proc4 (RPC2_Handle cid, garbage *g1, garbage *g2, garbage *g3) |
int | RPC2_AllocBuffer (int size, RPC2_PacketBuffer **buff) |
int | RPC2_FreeBuffer (RPC2_PacketBuffer **buff) |
int | RPC2_MakeRPC (RPC2_Handle cid, RPC2_PacketBuffer *req, int bd, RPC2_PacketBuffer **rsp, int life, int options) |
int | RPC2_SendResponse (RPC2_Handle cid, RPC2_PacketBuffer *rsp, int bd, int life) |
Variables | |
RPC2_PacketBuffer * | answer |
int main | ( | int | argc, |
char * | argv[] | ||
) |
int RPC2_AllocBuffer | ( | int | size, |
RPC2_PacketBuffer ** | buff | ||
) |
int RPC2_FreeBuffer | ( | RPC2_PacketBuffer ** | buff | ) |
int RPC2_MakeRPC | ( | RPC2_Handle | cid, |
RPC2_PacketBuffer * | req, | ||
int | bd, | ||
RPC2_PacketBuffer ** | rsp, | ||
int | life, | ||
int | options | ||
) |
int RPC2_SendResponse | ( | RPC2_Handle | cid, |
RPC2_PacketBuffer * | rsp, | ||
int | bd, | ||
int | life | ||
) |
int test_proc1 | ( | RPC2_Handle | cid, |
int | n | ||
) |
int test_proc2 | ( | RPC2_Handle | cid, |
char * | s, | ||
int * | n | ||
) |
int test_proc3 | ( | RPC2_Handle | cid, |
RPC2_BoundedBS * | bbs, | ||
color * | c, | ||
RPC2_String | s, | ||
RPC2_CountedBS * | bs | ||
) |
int test_proc4 | ( | RPC2_Handle | cid, |
garbage * | g1, | ||
garbage * | g2, | ||
garbage * | g3 | ||
) |
RPC2_PacketBuffer* answer |