Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / src / plugins / ProducerConsumer.cpp
1 /* Copyright (c) 2021-2022. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #include <simgrid/plugins/ProducerConsumer.hpp>
7
8 XBT_LOG_NEW_CATEGORY(producer_consumer, "Producer-Consumer plugin logging category");
9
10 namespace simgrid {
11 namespace plugin {
12 unsigned long pc_id = 0;
13 }
14 }