X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..3e9453209f1da7deb92fe629428e49f3528217bd:/src/include/mc/mc.h diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h deleted file mode 100644 index 5784e5a49d..0000000000 --- a/src/include/mc/mc.h +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright (c) 2008-2023. 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. */ - -#ifndef MC_MC_H -#define MC_MC_H - -#include -#include /* our public interface (and definition of SIMGRID_HAVE_MC) */ - -#ifdef __cplusplus -XBT_PUBLIC void MC_process_clock_add(const simgrid::kernel::actor::ActorImpl*, double); -XBT_PUBLIC double MC_process_clock_get(const simgrid::kernel::actor::ActorImpl*); -#endif - -#endif