~ubuntu-branches/ubuntu/raring/postfix/raring

« back to all changes in this revision

Viewing changes to src/master/mail_server.h

Tags: upstream-2.2.6
ImportĀ upstreamĀ versionĀ 2.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#define MAIL_SERVER_SOLITARY    15
31
31
#define MAIL_SERVER_UNLIMITED   16
32
32
#define MAIL_SERVER_PRE_DISCONN 17
 
33
#define MAIL_SERVER_PRIVILEGED  18
33
34
 
34
35
#define MAIL_SERVER_IN_FLOW_DELAY       20
35
36
 
51
52
typedef void (*MULTI_SERVER_FN) (VSTREAM *, char *, char **);
52
53
extern NORETURN multi_server_main(int, char **, MULTI_SERVER_FN,...);
53
54
extern void multi_server_disconnect(VSTREAM *);
 
55
extern int multi_server_drain(void);
54
56
 
55
57
 /*
56
58
  * trigger_server.c