]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/internals/smpi_static_variables.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #280 from mpoquet/replay-steroid-example
[simgrid.git] / src / smpi / internals / smpi_static_variables.cpp
index 63ef04626e58ef2192debde38c0fdf56a584cf53..03e289ec1950e2528f62f84e25eae6fcc7896ae8 100644 (file)
@@ -1,15 +1,15 @@
-/* Copyright (c) 2011-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2011-2018. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include <stack>
 #include "private.hpp"
+#include <stack>
 
-typedef struct s_smpi_static {
+struct s_smpi_static_t {
   void *ptr;
   void_f_pvoid_t free_fn;
-} s_smpi_static_t;
+};
 
 /**
  * \brief Holds a reference to all static variables that were registered