Skip to content
Snippets Groups Projects
Commit f92dff64 authored by edgrif's avatar edgrif
Browse files

add enum for max log size before we warn user log is getting big.

parent 1b5e08ec
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,9 @@
* Description: Private header for application level of zmap.
*
* HISTORY:
* Last edited: Jul 10 10:11 2007 (rds)
* Last edited: Oct 16 16:00 2007 (edgrif)
* Created: Thu Jul 24 14:35:41 2003 (edgrif)
* CVS info: $Id: zmapApp_P.h,v 1.20 2007-07-16 17:30:32 rds Exp $
* CVS info: $Id: zmapApp_P.h,v 1.21 2007-10-17 15:48:35 edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_APP_PRIV_H
......@@ -62,6 +62,10 @@ enum {ZMAP_DEFAULT_EXIT_TIMEOUT = 10} ;
enum {ZMAP_DEFAULT_EXIT_TIMEOUT = 5} ;
#endif
/* Max size of log file before we start warning user that log file is very big (in megabytes). */
enum {ZMAP_DEFAULT_MAX_LOG_SIZE = 30} ;
/* Overall application control struct. */
typedef struct _ZMapAppContextStruct
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment