X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ddf7309924c2ae8349e121b3d0fe9d05f26d40c2..82514660ccfbe5b72e4b8979ba1a496fd2a2db19:/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 index eaa055c704..0000000000 --- a/src/surf/surf_timer_private.h +++ /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 */