Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 's4u_enforce' into 'master'
[simgrid.git] / src / xbt / log_private.hpp
index e07e4740730e56418cef93cb959351a0c1e8197c..01d5e9df1a287e1b0c9d8ecca8816d8a275a3aed 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2022. 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. */
@@ -21,7 +21,7 @@ struct xbt_log_layout_s {
   void *data;
 };
 
-extern const std::array<const char*, 8> xbt_log_priority_names;
+extern const std::array<const char*, xbt_log_priority_infinite> xbt_log_priority_names;
 
 /**
  * @ingroup XBT_log_implem