Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move a definition around so that other network models don't need to see CM02 internals...
[simgrid.git] / src / surf / network_common.h
diff --git a/src/surf/network_common.h b/src/surf/network_common.h
new file mode 100644 (file)
index 0000000..6e26f2e
--- /dev/null
@@ -0,0 +1,16 @@
+/*     $Id$     */
+
+/* Copyright (c) 2004 Arnaud Legrand. 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. */
+
+#ifndef _SURF_NETWORK_COMMON_H
+#define _SURF_NETWORK_COMMON_H
+
+#include "xbt/dict.h"
+
+extern xbt_dict_t network_card_set;
+
+
+#endif                         /* _SURF_NETWORK_COMMON_H */