PostgreSQL Source Code  git master
shm_mq_iovec Struct Reference

#include <shm_mq.h>

Data Fields

const char * data
 
Size len
 

Detailed Description

Definition at line 29 of file shm_mq.h.

Field Documentation

◆ data

const char* shm_mq_iovec::data

Definition at line 31 of file shm_mq.h.

Referenced by mq_putmessage(), shm_mq_send(), and shm_mq_sendv().

◆ len

Size shm_mq_iovec::len

Definition at line 32 of file shm_mq.h.

Referenced by mq_putmessage(), shm_mq_send(), and shm_mq_sendv().


The documentation for this struct was generated from the following file: