Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add WifiZone support for ns3 wifi
[simgrid.git] / include / simgrid / forward.h
index ffc82faf266056792528d1cbdf1b861eb06de2c6..4d450ab9d7dcfc4529b752ca5a1b6c820a4e62db 100644 (file)
@@ -293,4 +293,14 @@ typedef long long sg_offset_t;
 /** Actor's ID, just like the classical processes' have PID in UNIX */
 typedef long aid_t;
 
+typedef enum {
+  SG_OK,
+  SG_ERROR_CANCELED,
+  SG_ERROR_TIMEOUT,
+  SG_ERROR_HOST,
+  SG_ERROR_NETWORK,
+  SG_ERROR_STORAGE,
+  SG_ERROR_VM
+} sg_error_t;
+
 #endif /* SIMGRID_TYPES_H */