1*cda5da8dSAndroid Build Coastguard Worker struct msqid_ds { 2*cda5da8dSAndroid Build Coastguard Worker struct ipc_perm msg_perm; 3*cda5da8dSAndroid Build Coastguard Worker unsigned long __msg_stime_lo; 4*cda5da8dSAndroid Build Coastguard Worker unsigned long __msg_stime_hi; 5*cda5da8dSAndroid Build Coastguard Worker unsigned long __msg_rtime_lo; 6*cda5da8dSAndroid Build Coastguard Worker unsigned long __msg_rtime_hi; 7*cda5da8dSAndroid Build Coastguard Worker unsigned long __msg_ctime_lo; 8*cda5da8dSAndroid Build Coastguard Worker unsigned long __msg_ctime_hi; 9*cda5da8dSAndroid Build Coastguard Worker unsigned long msg_cbytes; 10*cda5da8dSAndroid Build Coastguard Worker msgqnum_t msg_qnum; 11*cda5da8dSAndroid Build Coastguard Worker msglen_t msg_qbytes; 12*cda5da8dSAndroid Build Coastguard Worker pid_t msg_lspid; 13*cda5da8dSAndroid Build Coastguard Worker pid_t msg_lrpid; 14*cda5da8dSAndroid Build Coastguard Worker unsigned long __unused[2]; 15*cda5da8dSAndroid Build Coastguard Worker time_t msg_stime; 16*cda5da8dSAndroid Build Coastguard Worker time_t msg_rtime; 17*cda5da8dSAndroid Build Coastguard Worker time_t msg_ctime; 18*cda5da8dSAndroid Build Coastguard Worker }; 19