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

Public GIT Repository
move the definition of surf_network_model in a lame attempt to fix windows
[simgrid.git] / src / include / instr / instr_interface.h
index de9ba705ec2927be34beda7146d19d749a2d49a6..e31aea68b6dbb0df1ee071b2b63c92e17bd43abc 100644 (file)
@@ -1 +1,20 @@
-void TRACE_help(int detailed);
+/* Copyright (c) 2012-2018. 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 SIMGRID_INSTR_INTERFACE_H
+#define SIMGRID_INSTR_INTERFACE_H
+
+#include "xbt.h"
+
+SG_BEGIN_DECL()
+
+XBT_PUBLIC int TRACE_start();
+XBT_PUBLIC int TRACE_end();
+XBT_PUBLIC void TRACE_global_init();
+XBT_PUBLIC void TRACE_help(int detailed);
+
+SG_END_DECL()
+
+#endif