Postfix3.3.1
マクロ定義 | 関数 | 変数
master_spawn.c ファイル
#include <sys_defs.h>
#include <sys/wait.h>
#include <stdlib.h>
#include <unistd.h>
#include <syslog.h>
#include <signal.h>
#include <stdarg.h>
#include <msg.h>
#include <binhash.h>
#include <mymalloc.h>
#include <events.h>
#include <vstring.h>
#include <argv.h>
#include <mail_conf.h>
#include "master_proto.h"
#include "master.h"

[ソースコード]

マクロ定義

#define MASTER_KILL_SIGNAL   SIGTERM
 
#define MASTER_SENT_SIGNAL(serv, status)
 

関数

void master_spawn (MASTER_SERV *serv)
 
void master_reap_child (void)
 
void master_delete_children (MASTER_SERV *serv)
 

変数

BINHASHmaster_child_table
 

マクロ定義詳解

#define MASTER_KILL_SIGNAL   SIGTERM
#define MASTER_SENT_SIGNAL (   serv,
  status 
)
値:
&& WTERMSIG(status) == MASTER_KILL_SIGNAL)
#define MASTER_KILL_SIGNAL
#define MASTER_MARKED_FOR_DELETION(f)
Definition: master.h:70

関数詳解

void master_delete_children ( MASTER_SERV serv)

master_spawn.c347 行目に定義があります。

void master_reap_child ( void  )

master_spawn.c288 行目に定義があります。

void master_spawn ( MASTER_SERV serv)

master_spawn.c139 行目に定義があります。

変数詳解

BINHASH* master_child_table

master_spawn.c82 行目に定義があります。