diff options
author | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2011-09-27 18:07:07 +0200 |
---|---|---|
committer | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2011-09-27 18:07:07 +0200 |
commit | 0db98cde8dfe99261e87d772e6b1d52dda3c67e6 (patch) | |
tree | 5931b7123dd0cd1da4688f1538289c8920c5f16b /include | |
parent | 9e988e62b4a4c88621f34e053c3ab8567d8c299a (diff) | |
download | DLT-daemon-0db98cde8dfe99261e87d772e6b1d52dda3c67e6.tar.gz |
Offline trace memory partly implemented.
Diffstat (limited to 'include')
-rw-r--r-- | include/dlt/dlt_shm.h | 5 | ||||
-rwxr-xr-x | include/dlt/dlt_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/dlt/dlt_shm.h b/include/dlt/dlt_shm.h index 5b7d335..c12a43a 100644 --- a/include/dlt/dlt_shm.h +++ b/include/dlt/dlt_shm.h @@ -65,6 +65,9 @@ ** aw Alexander Wenzel BMW ** *******************************************************************************/ +#ifndef DLT_SHM_H +#define DLT_SHM_H + #define DLT_SHM_KEY 11771 #define DLT_SHM_SIZE 100000 #define DLT_SHM_SEM 22771 @@ -94,3 +97,5 @@ extern void dlt_shm_status(DltShm *buf); extern int dlt_shm_free_client(DltShm *buf); extern int dlt_shm_free_server(DltShm *buf); + +#endif /* DLT_SHM_H */ diff --git a/include/dlt/dlt_version.h b/include/dlt/dlt_version.h index 05c62c7..30152fd 100755 --- a/include/dlt/dlt_version.h +++ b/include/dlt/dlt_version.h @@ -7,6 +7,6 @@ #define PACKAGE_MAJOR_VERSION "2" #define PACKAGE_MINOR_VERSION "3" #define PACKAGE_PATCH_LEVEL "0" -#define PACKAGE_REVISION "v2.3.0-13-gd28ed93" +#define PACKAGE_REVISION "v2.3.0-20-g9e988e6" #endif |