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

Public GIT Repository
yup man. I needed THROW7
[simgrid.git] / include / xbt / module.h
index bc49ea42ea2e46a83c2ddd6fe3b0b3b43c6267c5..21dd04cab75f706a628822a8e0d0a2977ec0e750 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef _XBT_MODULE_H
 #define _XBT_MODULE_H
 
+extern char *xbt_binary_name;
+
 typedef struct xbt_module_ xbt_module_t;
 
 typedef xbt_module_t (*xbt_module_new_fct_t)(int argc, char **argv);