- increase MAX_LOGFNS since we run out of them on an SMP simulation with
4 processors
This commit is contained in:
parent
9bbdf84fd4
commit
7ddd5677f5
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user