TMSQid_ds

Record returned by the msgctl call, contains all data about a message queue.

Declaration

Source position: ipc.pp line 522

Type
TMSQid\_ds = record
  msg\_perm : TIPC\_Perm;
  msg\_stime : time\_t;
  msg\_rtime : time\_t;
  msg\_ctime : time\_t;
  msg\_cbytes : QWord;
  msg\_qnum : QWord;
  msg\_qbytes : QWord;
  msg\_lspid : ipc\_pid\_t;
  msg\_lrpid : ipc\_pid\_t;
  pad1 : QWord;
  pad2 : QWord;
end

Description

This record should never be used directly, it is an internal kernel record. It's fields may change at any time.

results matching ""

    No results matching ""