Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding a stub for the graph library.
authordimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 10 Mar 2006 15:56:05 +0000 (15:56 +0000)
committerdimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 10 Mar 2006 15:56:05 +0000 (15:56 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1936 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/Makefile.am
src/xbt/graph.c [new file with mode: 0644]
src/xbt/graph_private.h [new file with mode: 0644]

index 479ea05..694c96a 100644 (file)
@@ -20,6 +20,7 @@ EXTRA_DIST= \
         xbt/dict_private.h \
         xbt/heap_private.h \
         xbt/fifo_private.h \
         xbt/dict_private.h \
         xbt/heap_private.h \
         xbt/fifo_private.h \
+        xbt/graph_private.h \  
         xbt/context_private.h xbt/context_win32.h xbt/context_win32.c\
         \
        surf/maxmin_private.h \
         xbt/context_private.h xbt/context_win32.h xbt/context_win32.c\
         \
        surf/maxmin_private.h \
@@ -112,6 +113,7 @@ COMMON_SRC=\
   xbt/heap.c                                                                 \
   xbt/fifo.c                                                                 \
   xbt/swag.c                                                                 \
   xbt/heap.c                                                                 \
   xbt/fifo.c                                                                 \
   xbt/swag.c                                                                 \
+  xbt/graph.c                                                                \
   xbt/set.c                                                                  \
   xbt/module.c                                                               \
   xbt/config.c                                                               \
   xbt/set.c                                                                  \
   xbt/module.c                                                               \
   xbt/config.c                                                               \
diff --git a/src/xbt/graph.c b/src/xbt/graph.c
new file mode 100644 (file)
index 0000000..22a9126
--- /dev/null
@@ -0,0 +1 @@
+#include "graph_private.h"
diff --git a/src/xbt/graph_private.h b/src/xbt/graph_private.h
new file mode 100644 (file)
index 0000000..8b13789
--- /dev/null
@@ -0,0 +1 @@
+