X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2b0e833b299b04a1502b647df1a8ff240f9ea753..2c8e75834bbb63acef15c560c3de978ab3cb6fbf:/src/simix/smx_context_private.h diff --git a/src/simix/smx_context_private.h b/src/simix/smx_context_private.h index 57a77fd37b..3769c9bb7d 100644 --- a/src/simix/smx_context_private.h +++ b/src/simix/smx_context_private.h @@ -1,7 +1,7 @@ /* a fast and simple context switching library */ -/* Copyright (c) 2004-2008 the SimGrid team. */ -/* All rights reserved. */ +/* Copyright (c) 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -43,16 +43,6 @@ smx_ctx_base_factory_create_context_sized(size_t size, void smx_ctx_base_free(smx_context_t context); void smx_ctx_base_stop(smx_context_t context); -/* Functions of sysv context mecanism: lua inherites them */ -smx_context_t -smx_ctx_sysv_create_context_sized(size_t size, - xbt_main_func_t code, int argc, char** argv, - void_f_pvoid_t cleanup_func, void* cleanup_arg); -void smx_ctx_sysv_free(smx_context_t context); -void smx_ctx_sysv_stop(smx_context_t context); -void smx_ctx_sysv_suspend(smx_context_t context); -void smx_ctx_sysv_resume(smx_context_t new_context); - SG_END_DECL() #endif /* !_XBT_CONTEXT_PRIVATE_H */