X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2130e3d93afaec6d8b81b7efa96740e20b5784a3..93cdf2806f1b01f205897e8fd6434be1b0ee0141:/examples/msg/platform-properties/platform-properties.c diff --git a/examples/msg/platform-properties/platform-properties.c b/examples/msg/platform-properties/platform-properties.c index 7df8112a64..375b03b72c 100644 --- a/examples/msg/platform-properties/platform-properties.c +++ b/examples/msg/platform-properties/platform-properties.c @@ -1,19 +1,10 @@ -/* Copyright (c) 2007-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2007-2016. 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. */ #include "simgrid/msg.h" -/** @addtogroup MSG_examples - * - * - User-defined properties: properties/properties.c Attaching arbitrary informations to host, processes and - * such, and retrieving them with @ref MSG_host_get_properties, @ref MSG_host_get_property_value, - * @ref MSG_process_get_properties, and @ref MSG_process_get_property_value. Also make sure to read the platform and - * deployment XML files to see how to declare these data. - */ - XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Property test"); static void test_host(const char*hostname)