root/sapi/fpm/fpm/fpm_unix.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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_set_socket_premissions(struct fpm_worker_pool_s *wp, const char *path);
  12 int fpm_unix_free_socket_premissions(struct fpm_worker_pool_s *wp);
  13 
  14 int fpm_unix_init_child(struct fpm_worker_pool_s *wp);
  15 int fpm_unix_init_main();
  16 
  17 extern size_t fpm_pagesize;
  18 
  19 #endif
  20 

/* [<][>][^][v][top][bottom][index][help] */