Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv surf_timer.c surf_model_timer.c
[simgrid.git] / src / surf / surf_timer_private.h
diff --git a/src/surf/surf_timer_private.h b/src/surf/surf_timer_private.h
deleted file mode 100644 (file)
index eaa055c..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*     $Id$     */
-
-/* Copyright (c) 2005 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_TIMER_PRIVATE_H
-#define _SURF_TIMER_PRIVATE_H
-
-#include "surf_private.h"
-#include "xbt/dict.h"
-
-typedef struct command {
-  s_surf_resource_t generic_resource; /* Must remain first, since we add this to a trace */
-  void *function;
-  void *args;
-  s_xbt_swag_hookup_t command_set_hookup;
-} s_command_t, *command_t;
-
-extern xbt_dict_t command_set;
-
-#endif /* _SURF_TIMER_PRIVATE_H */