X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/72d32c4e88a57f4786f62fec48a1bfa454adbff9..bfffef69e1b0554d13eec920f1a32f75b49ceac6:/src/plugins/ProducerConsumer.cpp diff --git a/src/plugins/ProducerConsumer.cpp b/src/plugins/ProducerConsumer.cpp index 521bf6652f..2614a1b580 100644 --- a/src/plugins/ProducerConsumer.cpp +++ b/src/plugins/ProducerConsumer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2021-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2021-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. */ @@ -8,5 +8,5 @@ XBT_LOG_NEW_CATEGORY(producer_consumer, "Producer-Consumer plugin logging category"); namespace simgrid::plugin { -unsigned long pc_id = 0; +unsigned long ProducerConsumerId::pc_id = 0; }