info_t
info_t inform;
req.msg_len = sizeof (info_t);
req.msg_bytes = sizeof (info_t);
info_t inform, *informp = &inform;
len = sizeof (info_t);