xref: /PHP-5.5/sapi/fpm/fpm/fpm_unix.h (revision 4d005a8e)
1 
2 	/* $Id: fpm_unix.h,v 1.8 2008/05/25 13:21:13 anight Exp $ */
3 	/* (c) 2007,2008 Andrei Nigmatulin */
4 
5 #ifndef FPM_UNIX_H
6 #define FPM_UNIX_H 1
7 
8 #include "fpm_worker_pool.h"
9 
10 int fpm_unix_resolve_socket_premissions(struct fpm_worker_pool_s *wp);
11 int fpm_unix_init_child(struct fpm_worker_pool_s *wp);
12 int fpm_unix_init_main();
13 
14 extern size_t fpm_pagesize;
15 
16 #endif
17 
18