]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/lmm/System.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill commented code.
[simgrid.git] / src / kernel / lmm / System.hpp
index a0505ce9f57975c1a1fb4ce30ee83ba91060645f..ab4684b8372cd0de2bd3fb4957010887676e34cd 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2023. 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. */
@@ -206,7 +206,7 @@ public:
  */
 class XBT_PUBLIC Constraint {
 public:
-  enum class SharingPolicy { NONLINEAR = 2, SHARED = 1, FATPIPE = 0 };
+  enum class SharingPolicy { WIFI = 3, NONLINEAR = 2, SHARED = 1, FATPIPE = 0 };
 
   Constraint(resource::Resource* id_value, double bound_value);