X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b78c6264b77d9db0c0e405db56b781476f4e7856..b3b356352e87ae00a20f737c48e19b0c8413455a:/examples/msg/io/storage.c diff --git a/examples/msg/io/storage.c b/examples/msg/io/storage.c index 22325ae64a..180ab8efbb 100644 --- a/examples/msg/io/storage.c +++ b/examples/msg/io/storage.c @@ -1,9 +1,14 @@ -/* Copyright (c) 2006-2014. The SimGrid Team. +/* Copyright (c) 2006-2015. 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. */ +/** @addtogroup MSG_examples + * + * - io/storage.c demo of all main storage and file functions + */ + /********************* Files and Storage handling **************************** * This example implements all main storage and file functions of the MSG API * @@ -18,7 +23,7 @@ * ******************************************************************************/ -#include "msg/msg.h" +#include "simgrid/msg.h" #include "xbt/log.h" #include "xbt/dict.h"