Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
protect this file against multiple inclusions to fix supernovae (oops)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 15 Dec 2010 08:54:37 +0000 (08:54 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 15 Dec 2010 08:54:37 +0000 (08:54 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9241 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/xbt/replay_trace_reader.h

index ae005c3..f1bc66e 100644 (file)
@@ -6,6 +6,8 @@
 /* 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 XBT_REPLAY_TRACE_READER_H
+#define XBT_REPLAY_TRACE_READER_H
 #include "xbt/misc.h"           /* SG_BEGIN_DECL */
 
 SG_BEGIN_DECL()
@@ -18,3 +20,5 @@ void xbt_replay_trace_reader_free(xbt_replay_trace_reader_t *reader);
 const char *xbt_replay_trace_reader_position(xbt_replay_trace_reader_t reader);
 
 SG_END_DECL()
+
+#endif /* XBT_REPLAY_TRACE_READER_H */