X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/79a679e4a184d17d8029fefa1e022cfbbebac88c..3e9453209f1da7deb92fe629428e49f3528217bd:/src/mc/mc.h diff --git a/src/mc/mc.h b/src/mc/mc.h new file mode 100644 index 0000000000..017b09ee53 --- /dev/null +++ b/src/mc/mc.h @@ -0,0 +1,17 @@ +/* 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 */ + +#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