Postfix3.3.1
データ構造 | マクロ定義 | 型定義 | 関数
master_proto.h ファイル

[ソースコード]

データ構造

struct  MASTER_STATUS
 

マクロ定義

#define MASTER_XPORT_NAME_UNIX   "unix" /* local IPC */
 
#define MASTER_XPORT_NAME_FIFO   "fifo" /* local IPC */
 
#define MASTER_XPORT_NAME_INET   "inet" /* non-local IPC */
 
#define MASTER_XPORT_NAME_PASS   "pass" /* local IPC */
 
#define MASTER_GEN_NAME   "GENERATION" /* passed via environment */
 
#define MASTER_STAT_TAKEN   0 /* this one is occupied */
 
#define MASTER_STAT_AVAIL   1 /* this process is idle */
 
#define MASTER_FLOW_READ   3
 
#define MASTER_FLOW_WRITE   4
 
#define MASTER_STATUS_FD   5 /* shared channel to parent */
 
#define MASTER_LISTEN_FD   6 /* accept connections here */
 

型定義

typedef struct MASTER_STATUS MASTER_STATUS
 

関数

int master_notify (int, unsigned, int)
 

マクロ定義詳解

#define MASTER_FLOW_READ   3

master_proto.h43 行目に定義があります。

#define MASTER_FLOW_WRITE   4

master_proto.h44 行目に定義があります。

#define MASTER_GEN_NAME   "GENERATION" /* passed via environment */

master_proto.h31 行目に定義があります。

#define MASTER_LISTEN_FD   6 /* accept connections here */

master_proto.h57 行目に定義があります。

#define MASTER_STAT_AVAIL   1 /* this process is idle */

master_proto.h34 行目に定義があります。

#define MASTER_STAT_TAKEN   0 /* this one is occupied */

master_proto.h33 行目に定義があります。

#define MASTER_STATUS_FD   5 /* shared channel to parent */

master_proto.h56 行目に定義があります。

#define MASTER_XPORT_NAME_FIFO   "fifo" /* local IPC */

master_proto.h16 行目に定義があります。

#define MASTER_XPORT_NAME_INET   "inet" /* non-local IPC */

master_proto.h17 行目に定義があります。

#define MASTER_XPORT_NAME_PASS   "pass" /* local IPC */

master_proto.h18 行目に定義があります。

#define MASTER_XPORT_NAME_UNIX   "unix" /* local IPC */

master_proto.h15 行目に定義があります。

型定義詳解

typedef struct MASTER_STATUS MASTER_STATUS

関数詳解

int master_notify ( int  ,
unsigned  ,
int   
)

master_proto.c65 行目に定義があります。