Go to the source code of this file.
Value:do { \
jm->result_ready = 0; \
memset (mp, 0, sizeof (*mp)); \
mp->_vl_msg_id = ntohs (VL_API_##T); \
mp->client_index = jm->my_client_index; \
} while(0);
void * vl_msg_api_alloc(int nbytes)
Definition at line 91 of file jvpp.h.
Value:do { \
jm->result_ready = 0; \
memset (mp, 0, sizeof (*mp)); \
mp->_vl_msg_id = ntohs (VL_API_##T); \
mp->client_index = jm->my_client_index; \
} while(0);
void * vl_msg_api_alloc(int nbytes)
Definition at line 100 of file jvpp.h.