Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-06-05 17:12:42 +0000
committerHenrik Rentz-Reichert2013-06-05 17:12:42 +0000
commit8a47e135051a8f760da99b49a4ade103d046120b (patch)
treeb51ee56cb40ef8bda44f15f7c735bb44a09f1ce3 /runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h
parent8d0a9b2a8ab422608c57346e5c3f547c32c0324c (diff)
downloadorg.eclipse.etrice-8a47e135051a8f760da99b49a4ade103d046120b.tar.gz
org.eclipse.etrice-8a47e135051a8f760da99b49a4ade103d046120b.tar.xz
org.eclipse.etrice-8a47e135051a8f760da99b49a4ade103d046120b.zip
[runtime.c] still debugging...
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h')
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h b/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h
index fab2d8e15..87465dd6f 100644
--- a/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h
+++ b/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_POSIX_GENERIC_GCC/etDatatypes.h
@@ -7,6 +7,7 @@
*
* CONTRIBUTORS:
* Thomas Schuetz (initial contribution)
+ * Henrik Rentz-Reichert
*
*******************************************************************************/
@@ -22,6 +23,7 @@
#include <stdio.h>
#include <pthread.h>
#include <semaphore.h>
+#include <signal.h>
#include <sys/types.h>
/* unsigned integer datatypes */
@@ -98,6 +100,7 @@ typedef sem_t etOSSemaData;
typedef struct {
void* next;
timer_t timerid;
+ sigevent_t te;
etBool signaled;
}
etOSTimerData;

Back to the top