#include <recipient_list.h>
フィールド | |
long | offset |
const char * | dsn_orcpt |
int | dsn_notify |
const char * | orig_addr |
const char * | address |
union { | |
int status | |
struct QMGR_QUEUE * queue | |
const char * addr_type | |
} | u |
recipient_list.h の 23 行目に定義があります。
const char* RECIPIENT::addr_type |
recipient_list.h の 32 行目に定義があります。
const char* RECIPIENT::address |
recipient_list.h の 28 行目に定義があります。
int RECIPIENT::dsn_notify |
recipient_list.h の 26 行目に定義があります。
const char* RECIPIENT::dsn_orcpt |
recipient_list.h の 25 行目に定義があります。
long RECIPIENT::offset |
recipient_list.h の 24 行目に定義があります。
const char* RECIPIENT::orig_addr |
recipient_list.h の 27 行目に定義があります。
struct QMGR_QUEUE* RECIPIENT::queue |
recipient_list.h の 31 行目に定義があります。
int RECIPIENT::status |
recipient_list.h の 30 行目に定義があります。
union { ... } RECIPIENT::u |