Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deport three other MSG examples
[simgrid.git] / examples / msg / app-chainsend / common.h
diff --git a/examples/msg/app-chainsend/common.h b/examples/msg/app-chainsend/common.h
deleted file mode 100644 (file)
index 1d1f8c4..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Copyright (c) 2012-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. */
-
-#ifndef COMMON_H
-#define COMMON_H
-
-#include "simgrid/msg.h"
-#include "xbt/sysdep.h"
-
-static inline void queue_pending_connection(msg_comm_t comm, xbt_dynar_t q)
-{
-  xbt_dynar_push(q, &comm);
-}
-
-int process_pending_connections(xbt_dynar_t q);
-
-#endif /* COMMON_H */