]> AND Private Git Repository - loba.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Remove pointless struct keyword.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 4 Feb 2011 21:23:52 +0000 (22:23 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 4 Feb 2011 21:23:52 +0000 (22:23 +0100)
main.cpp

index 8b5c3bd5f6da78ba837e0603585225923c978c18..ee845d1f373e9de0198244950ecd5136fdfa88a1 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -38,8 +38,8 @@ namespace {
     xbt_cond_t proc_cond;
     unsigned proc_counter;
 
     xbt_cond_t proc_cond;
     unsigned proc_counter;
 
-    struct statistics comps;
-    struct statistics loads;
+    statistics comps;
+    statistics loads;
 
 }
 
 
 }