]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/simix.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Align top of stacks to a multiple of 16.
[simgrid.git] / include / simgrid / simix.h
index de1ac3ad5f32f1af9baa847bd5452cc48faba922..4d551932c5416d48c2850c959a57cb38cd4332d2 100644 (file)
@@ -65,9 +65,9 @@ typedef enum {
 /* Process creation/destruction callbacks */
 typedef void (*void_pfn_smxprocess_t) (smx_actor_t);
 
-extern int smx_context_stack_size;
+extern unsigned smx_context_stack_size;
 extern int smx_context_stack_size_was_set;
-extern int smx_context_guard_size;
+extern unsigned smx_context_guard_size;
 extern int smx_context_guard_size_was_set;
 
 SG_BEGIN_DECL()