1*cda5da8dSAndroid Build Coastguard Worker struct msqid_ds { 2*cda5da8dSAndroid Build Coastguard Worker struct ipc_perm msg_perm; 3*cda5da8dSAndroid Build Coastguard Worker time_t msg_stime; 4*cda5da8dSAndroid Build Coastguard Worker time_t msg_rtime; 5*cda5da8dSAndroid Build Coastguard Worker time_t msg_ctime; 6*cda5da8dSAndroid Build Coastguard Worker unsigned long msg_cbytes; 7*cda5da8dSAndroid Build Coastguard Worker msgqnum_t msg_qnum; 8*cda5da8dSAndroid Build Coastguard Worker msglen_t msg_qbytes; 9*cda5da8dSAndroid Build Coastguard Worker pid_t msg_lspid; 10*cda5da8dSAndroid Build Coastguard Worker pid_t msg_lrpid; 11*cda5da8dSAndroid Build Coastguard Worker unsigned long __unused[2]; 12*cda5da8dSAndroid Build Coastguard Worker }; 13