Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
split surf_parse into a separate file to make it reusable from elsewhere
[simgrid.git] / src / surf / xml / platf_private.hpp
index 71a6398..5b7a510 100644 (file)
@@ -123,6 +123,8 @@ public:
 
 class StorageCreationArgs {
 public:
+  std::string filename;
+  int lineno;
   std::string id;
   std::string type_id;
   std::string content;