2
0
Fork 0

fixed wrong comment in worker.h

personal/stbuehler/wip
Thomas Porzelt 2008-09-25 00:02:16 +02:00
parent 5a1acd8be9
commit 593b0d1427
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ struct worker {
guint connection_load; /** incremented by server_accept_cb, decremented by worker_con_put. use atomic access */
time_t last_generated_date_ts;
GString *ts_date_str; /**< use server_current_timestamp(srv) */
GString *ts_date_str; /**< use worker_current_timestamp(wrk) */
/* incoming queues */
/* - new connections (after accept) */