postMsg
result = postMsg((uint_t)alen, (uchar_t *)args);
(void) postMsg((uint_t)strlen(myNode)+1, (uchar_t *)myNode);
static int postMsg(uint_t nelem, uchar_t *aluaMsg);