Return to aitrpc.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc |
version 1.16.2.1, 2013/08/06 21:45:01 | version 1.17.2.1, 2013/08/20 23:25:18 |
---|---|
Line 198 typedef struct { | Line 198 typedef struct { |
int cli_id; /* slot id */ | int cli_id; /* slot id */ |
int cli_sock; /* socket fd */ | int cli_sock; /* socket fd */ |
sockaddr_t cli_sa; /* host address */ | sockaddr_t cli_sa; /* host address */ |
ait_val_t cli_buf; /* network buffer */ | array_t *cli_buf; /* network buffer(s) */ |
array_t *cli_vars; /* function return variables */ | array_t *cli_vars; /* function return variables */ |