summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.h
blob: 0c04be94e4d0cd0f9071659cd2f1576c797ac879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef DLT_SYSTEM_H
#define DLT_SYSTEM_H

#define DLT_SYSTEM_MODE_OFF 0
#define DLT_SYSTEM_MODE_STARTUP 1
#define DLT_SYSTEM_MODE_REGULAR 2

typedef struct {
	char ConfigurationFile[256];
	char ApplicationId[256];
	char SyslogContextId[256];
	int  SyslogPort;
	int  KernelVersionMode;
	char KernelVersionContextId[256];
} DltSystemOptions;

#endif /* DLT_SYSTEM_H */