include > httpd.h > process_rec

struct process_rec {
   /** Global pool. Cleared upon normal exit */
   apr_pool_t *pool;
   /** Configuration pool. Cleared upon restart */
   apr_pool_t *pconf;
   /** Number of command line arguments passed to the program */
   int argc;
   /** The command line arguments */
   const char * const *argv;
   /** The program name used to execute the program */
   const char *short_name;
};

タグ:

+ タグ編集
  • タグ:

このサイトはreCAPTCHAによって保護されており、Googleの プライバシーポリシー利用規約 が適用されます。

最終更新:2010年06月30日 21:12