Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean the communicate function.
[simgrid.git] / src / surf / network_common.h
1 /*      $Id$     */
2
3 /* Copyright (c) 2004 Arnaud Legrand. All rights reserved.                  */
4
5 /* This program is free software; you can redistribute it and/or modify it
6  * under the terms of the license (GNU LGPL) which comes with this package. */
7
8 #ifndef _SURF_NETWORK_COMMON_H
9 #define _SURF_NETWORK_COMMON_H
10
11 #include "xbt/dict.h"
12
13 extern xbt_dict_t network_card_set;
14
15
16 #endif                          /* _SURF_NETWORK_COMMON_H */