Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics: inline header files loaded only at one location
[simgrid.git] / src / xbt / xbt_ucontext.h
diff --git a/src/xbt/xbt_ucontext.h b/src/xbt/xbt_ucontext.h
deleted file mode 100644 (file)
index dac3ab0..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _XBT_UCONTEXT_H\r
-#define _XBT_UCONTEXT_H\r
-\r
-#include "ucontext_stack.h"            /* loads context system definitions                                                                                                                     */\r
-#include <ucontext.h>                  /* context relative declarations                                                                                                                        */                              \r
-#define STACK_SIZE 128*1024            /* lower this if you want to reduce the memory consumption                                                                      */\r
-\r
-typedef struct s_xbt_ucontext\r
-{\r
-       XBT_CTX_BASE_T;\r
-       ucontext_t uc;                                  /* the thread that execute the code                                                                                                                     */\r
-       char stack[STACK_SIZE];                 /* the thread stack size                                                                                                                                        */\r
-       struct s_xbt_ucontext* prev;            /* the previous thread                                                                                                                                  */\r
-}s_xbt_ucontext_t,* xbt_ucontext_t;\r
-\r
-\r
-SG_END_DECL()\r
-\r
-#endif /* !_XBT_UCONTEXT_H */\r