- increase MAX_LOGFNS since we run out of them on an SMP simulation with

4 processors
This commit is contained in:
Bryce Denney 2001-06-06 18:27:45 +00:00
parent 9bbdf84fd4
commit 7ddd5677f5

View File

@ -384,7 +384,7 @@ public:
void set_log_action (int loglevel, int action);
protected:
int n_logfn;
#define MAX_LOGFNS 32
#define MAX_LOGFNS 64
logfunc_t *logfn_list[MAX_LOGFNS];
char *logfn;
};