Apache HTTPD
Public Attributes | List of all members
ap_watchdog_t Struct Reference

Public Attributes

apr_uint32_t thread_started
 
apr_proc_mutex_tmutex
 
const charname
 
watchdog_list_tcallbacks
 
int is_running
 
int singleton
 
int active
 
apr_interval_time_t step
 
apr_thread_tthread
 
apr_pool_tpool
 

Detailed Description

Definition at line 46 of file mod_watchdog.c.

Member Data Documentation

◆ active

int ap_watchdog_t::active

Definition at line 54 of file mod_watchdog.c.

◆ callbacks

watchdog_list_t* ap_watchdog_t::callbacks

Definition at line 51 of file mod_watchdog.c.

◆ is_running

int ap_watchdog_t::is_running

Definition at line 52 of file mod_watchdog.c.

◆ mutex

apr_proc_mutex_t* ap_watchdog_t::mutex

Definition at line 49 of file mod_watchdog.c.

◆ name

const char* ap_watchdog_t::name

Definition at line 50 of file mod_watchdog.c.

◆ pool

apr_pool_t* ap_watchdog_t::pool

Definition at line 57 of file mod_watchdog.c.

◆ singleton

int ap_watchdog_t::singleton

Definition at line 53 of file mod_watchdog.c.

◆ step

apr_interval_time_t ap_watchdog_t::step

Definition at line 55 of file mod_watchdog.c.

◆ thread

apr_thread_t* ap_watchdog_t::thread

Definition at line 56 of file mod_watchdog.c.

◆ thread_started

apr_uint32_t ap_watchdog_t::thread_started

Definition at line 48 of file mod_watchdog.c.


The documentation for this struct was generated from the following file: