- Added a multiple histogram memory control module. This required a
tiny change in the countable interface which in turn required updating of header file includes in a lot of files. - Some small fixes to TRICS writing as well.
This commit is contained in:
9
sics.h
9
sics.h
@ -9,6 +9,12 @@
|
||||
-----------------------------------------------------------------------------*/
|
||||
#ifndef SICSSICS
|
||||
#define SICSSICS
|
||||
|
||||
typedef enum {
|
||||
eTimer,
|
||||
ePreset
|
||||
}CounterMode;
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
@ -24,6 +30,7 @@
|
||||
#include "nserver.h"
|
||||
#include "servlog.h"
|
||||
extern pServer pServ;
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user