Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first try at killing GRAS -- does not compile yet
[simgrid.git] / examples / gras / spawn / spawn.h
diff --git a/examples/gras/spawn/spawn.h b/examples/gras/spawn/spawn.h
deleted file mode 100644 (file)
index e08d91a..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/* spawn - demo of the gras_actor_spawn function                            */
-
-/* Copyright (c) 2007, 2009, 2010. 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. */
-
-#ifndef SPAWN_COMMON_H
-#define SPAWN_COMMON_H
-
-#include "gras.h"
-
-/* register messages which may be sent (common to client and server) */
-void spawn_register_messages(void);
-
-/* Function prototypes */
-int father(int argc, char *argv[]);
-int child(int argc, char *argv[]);
-
-#endif