From 69b95de98e6dfcffdddea77ea95ebb330480745f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 13 Feb 2011 01:20:36 +0000 Subject: [PATCH] hostside: realtime.h: add comment referring to definitions of Train and Segment --- hostside/realtime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hostside/realtime.h b/hostside/realtime.h index 02635a0..9ff9b3e 100644 --- a/hostside/realtime.h +++ b/hostside/realtime.h @@ -23,8 +23,8 @@ #include "../layout/layout-data.h" #include "realtime+dflags.h" -typedef struct Segment Segment; -typedef struct Train Train; +typedef struct Segment Segment; /* from safety.h */ +typedef struct Train Train; /* from safety.h */ typedef struct TimeoutEvent TimeoutEvent; /*---------- from retransmit.c ----------*/ -- 2.30.2