MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / dp_time

Function dp_time

dprint.h:199–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197void reset_proc_log_event(void);
198
199static inline char* dp_time(void)
200{
201 time_t ltime;
202
203 time(&ltime);
204 ctime_r( &ltime, ctime_buf);
205 ctime_buf[19] = 0; /* remove year*/
206
207 return ctime_buf+4; /* remove name of day*/
208}
209
210static inline const char *dp_log_level_str(int log_level)
211{

Callers 1

event_dprintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected