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

Public GIT Repository
sunday smell chase
[simgrid.git] / include / xbt / ex.hpp
index de8c43dc0c79a3e014348db3c7e3b2c20d5202e5..cde2d3e27871dd7c249de50d2b05c52a86038bdb 100644 (file)
@@ -83,10 +83,10 @@ public:
   ~xbt_ex() override;
 
   /** Category (what went wrong) */
-  xbt_errcat_t category;
+  xbt_errcat_t category = unknown_error;
 
   /** Why did it went wrong */
-  int value;
+  int value = 0;
 
 };