Stefan Schuermans commited on 2020-05-17 19:02:49
Showing 8 changed files, with 24 additions and 24 deletions.
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 |
-#ifndef LWPTTR_PROC_BEGIN_H |
|
| 2 |
-#define LWPTTR_PROC_BEGIN_H |
|
| 1 |
+#ifndef LWPTEV_PROC_BEGIN_H |
|
| 2 |
+#define LWPTEV_PROC_BEGIN_H |
|
| 3 | 3 |
|
| 4 | 4 |
#include <stdlib.h> |
| 5 | 5 |
|
| ... | ... |
@@ -12,4 +12,4 @@ |
| 12 | 12 |
*/ |
| 13 | 13 |
int lwptev_proc_begin(void **data, size_t *size); |
| 14 | 14 |
|
| 15 |
-#endif /* #ifndef LWPTTR_PROC_BEGIN_H */ |
|
| 15 |
+#endif /* #ifndef LWPTEV_PROC_BEGIN_H */ |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 |
-#ifndef LWPTTR_PROC_END_H |
|
| 2 |
-#define LWPTTR_PROC_END_H |
|
| 1 |
+#ifndef LWPTEV_PROC_END_H |
|
| 2 |
+#define LWPTEV_PROC_END_H |
|
| 3 | 3 |
|
| 4 | 4 |
#include <stdlib.h> |
| 5 | 5 |
|
| ... | ... |
@@ -12,4 +12,4 @@ |
| 12 | 12 |
*/ |
| 13 | 13 |
int lwptev_proc_end(void **data, size_t *size); |
| 14 | 14 |
|
| 15 |
-#endif /* #ifndef LWPTTR_PROC_END_H */ |
|
| 15 |
+#endif /* #ifndef LWPTEV_PROC_END_H */ |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 |
-#ifndef LWPTTR_CLEANER_H |
|
| 2 |
-#define LWPTTR_CLEANER_H |
|
| 1 |
+#ifndef LWPTEV_CLEANER_H |
|
| 2 |
+#define LWPTEV_CLEANER_H |
|
| 3 | 3 |
|
| 4 | 4 |
/** |
| 5 | 5 |
* @brief cleaner object |
| ... | ... |
@@ -29,4 +29,4 @@ int lwptev_cleaner_add_ptr(lwptev_cleaner_t *cleaner, void *ptr); |
| 29 | 29 |
*/ |
| 30 | 30 |
void lwptev_cleaner_cleanup(lwptev_cleaner_t *cleaner); |
| 31 | 31 |
|
| 32 |
-#endif /* #ifndef LWPTTR_CLEANER_H */ |
|
| 32 |
+#endif /* #ifndef LWPTEV_CLEANER_H */ |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 |
-#ifndef LWPTTR_EVENT_H |
|
| 2 |
-#define LWPTTR_EVENT_H |
|
| 1 |
+#ifndef LWPTEV_EVENT_H |
|
| 2 |
+#define LWPTEV_EVENT_H |
|
| 3 | 3 |
|
| 4 | 4 |
#include "cleaner.h" |
| 5 | 5 |
|
| ... | ... |
@@ -20,4 +20,4 @@ int lwptev_event_pack(struct _Lwproctrace__Event *event, |
| 20 | 20 |
void **data, size_t *size, |
| 21 | 21 |
lwptev_cleaner_t *cleaner); |
| 22 | 22 |
|
| 23 |
-#endif /* #ifndef LWPTTR_EVENT_H */ |
|
| 23 |
+#endif /* #ifndef LWPTEV_EVENT_H */ |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 |
-#ifndef LWPTTR_STRINGLIST_H |
|
| 2 |
-#define LWPTTR_STRINGLIST_H |
|
| 1 |
+#ifndef LWPTEV_STRINGLIST_H |
|
| 2 |
+#define LWPTEV_STRINGLIST_H |
|
| 3 | 3 |
|
| 4 | 4 |
#include "cleaner.h" |
| 5 | 5 |
|
| ... | ... |
@@ -17,4 +17,4 @@ |
| 17 | 17 |
int lwptev_stringlist_read(char const *pathname, size_t *n, char ***strs, |
| 18 | 18 |
lwptev_cleaner_t *cleaner); |
| 19 | 19 |
|
| 20 |
-#endif /* #ifndef LWPTTR_STRINGLIST_H */ |
|
| 20 |
+#endif /* #ifndef LWPTEV_STRINGLIST_H */ |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 |
-#ifndef LWPTTR_SYMLINK_H |
|
| 2 |
-#define LWPTTR_SYMLINK_H |
|
| 1 |
+#ifndef LWPTEV_SYMLINK_H |
|
| 2 |
+#define LWPTEV_SYMLINK_H |
|
| 3 | 3 |
|
| 4 | 4 |
#include "cleaner.h" |
| 5 | 5 |
|
| ... | ... |
@@ -14,4 +14,4 @@ |
| 14 | 14 |
int lwptev_symlink_read(char const *pathname, char **target, |
| 15 | 15 |
lwptev_cleaner_t *cleaner); |
| 16 | 16 |
|
| 17 |
-#endif /* #ifndef LWPTTR_SYMLINK_H */ |
|
| 17 |
+#endif /* #ifndef LWPTEV_SYMLINK_H */ |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 |
-#ifndef LWPTTR_TIMING_H |
|
| 2 |
-#define LWPTTR_TIMING_H |
|
| 1 |
+#ifndef LWPTEV_TIMING_H |
|
| 2 |
+#define LWPTEV_TIMING_H |
|
| 3 | 3 |
|
| 4 | 4 |
#include <lwproctrace.pb-c.h> |
| 5 | 5 |
|
| ... | ... |
@@ -16,4 +16,4 @@ void lwptev_timing_get_timestamp(struct _Lwproctrace__Timespec *timestamp); |
| 16 | 16 |
void lwptev_timing_get_proc_cpu_time(struct _Lwproctrace__Timespec |
| 17 | 17 |
*proc_cpu_time); |
| 18 | 18 |
|
| 19 |
-#endif /* #ifndef LWPTTR_TIMING_H */ |
|
| 19 |
+#endif /* #ifndef LWPTEV_TIMING_H */ |
|
| 20 | 20 |