Searched refs:MAX_SESSION_LOG (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libunistat/common/
H A Dspcs_log.c46 #define MAX_SESSION_LOG (10 * 1024 * 1024) /* allowable log file size */ macro
64 * check the file size, if > than MAX_SESSION_LOG bytes make a .bak
68 if (st.st_size > MAX_SESSION_LOG) {

Completed in 28 milliseconds