Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mcapi::execute() in replay()
[simgrid.git] / src / xbt / xbt_log_appender_file.cpp
index 577e934c80925b7347a3c04c4ca1176eef15fa95..adcd1c17ada01541b17de10b21a7037d3e950610 100644 (file)
@@ -51,7 +51,7 @@ struct xbt_log_append2_file_s {
   int count; //negative for roll
   long  int limit;
 };
-typedef struct xbt_log_append2_file_s* xbt_log_append2_file_t;
+using xbt_log_append2_file_t = xbt_log_append2_file_s*;
 
 static constexpr const char* APPEND2_END_TOKEN       = "\n[End of log]\n";
 static constexpr const char* APPEND2_END_TOKEN_CLEAR = "\n                   ";