version 1.17.2.2, 2013/08/21 09:42:11
|
version 1.18, 2013/08/22 15:31:09
|
Line 62 SUCH DAMAGE.
|
Line 62 SUCH DAMAGE.
|
#include <aitsched.h> |
#include <aitsched.h> |
|
|
|
|
#define RPC_VERSION 6 | #define RPC_VERSION 7 |
#define RPC_DEFPORT 2611 |
#define RPC_DEFPORT 2611 |
|
|
/* RPC call request flags */ |
/* RPC call request flags */ |
Line 197 typedef struct {
|
Line 197 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 */ |
array_t *cli_buf; /* network buffer(s) */ | ait_val_t cli_buf; /* network buffer */ |
|
|
array_t *cli_vars; /* function return variables */ |
array_t *cli_vars; /* function return variables */ |
|
|