From aff9ec94d82bb46235da0b4be1b2e5e9c9dafbc2 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Sun, 19 Dec 2010 10:35:14 +0300 Subject: cli: shutdown cancel command --- accel-pptpd/triton/triton.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'accel-pptpd/triton') diff --git a/accel-pptpd/triton/triton.h b/accel-pptpd/triton/triton.h index d61253b..799560b 100644 --- a/accel-pptpd/triton/triton.h +++ b/accel-pptpd/triton/triton.h @@ -52,17 +52,17 @@ struct conf_sect_t struct triton_stat_t { - uint32_t mempool_allocated; - uint32_t mempool_available; - uint32_t thread_count; - uint32_t thread_active; - uint32_t context_count; - uint32_t context_sleeping; - uint32_t context_pending; - uint32_t md_handler_count; - uint32_t md_handler_pending; - uint32_t timer_count; - uint32_t timer_pending; + unsigned int mempool_allocated; + unsigned int mempool_available; + unsigned int thread_count; + unsigned int thread_active; + unsigned int context_count; + unsigned int context_sleeping; + unsigned int context_pending; + unsigned int md_handler_count; + unsigned int md_handler_pending; + unsigned int timer_count; + unsigned int timer_pending; time_t start_time; }; -- cgit v1.2.3