Moved timestamp string creation to skygw_utils where it can be provide service for others too.

This commit is contained in:
vraatikka
2013-08-12 13:09:29 +03:00
parent 7522eb617d
commit 4360ae16b8
3 changed files with 127 additions and 18 deletions

View File

@ -125,6 +125,9 @@ int skygw_thread_start(skygw_thread_t* thr);
skygw_thr_state_t skygw_thread_get_state(skygw_thread_t* thr);
pthread_t skygw_thread_gettid(skygw_thread_t* thr);
int get_timestamp_len(void);
int snprint_timestamp(char* p_ts, int tslen);
EXTERN_C_BLOCK_BEGIN
void skygw_thread_set_state(