From c7fa28a726a2da0a9c18ae602c4073a78f4d9e60 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 7 Jun 2008 16:44:14 +0000 Subject: [PATCH] SignallingPredictedProblem always specifies a segment --- hostside/README.commands | 4 ++-- hostside/commands.c | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/hostside/README.commands b/hostside/README.commands index 8ec08c9..b23aa41 100644 --- a/hostside/README.commands +++ b/hostside/README.commands @@ -114,8 +114,8 @@ COMMANDS AND RESPONSES O< ?ack ok O< ?ack O< ?ack [] : ... - O< ?ack SignallingPredictedProblem \ - |? : ... + O< ?ack SignallingPredictedProblem \ + : ... when these come through the multiplexer, everything which is a result of _other_ clients' activities, between and diff --git a/hostside/commands.c b/hostside/commands.c index fc111a9..fca28d3 100644 --- a/hostside/commands.c +++ b/hostside/commands.c @@ -31,8 +31,7 @@ struct ManualRetransmitNode { static void cmd_ppc(Train *tra, Segment *seg, void *pu, const char *message) { const CmdInfo *ci= pu; ouprintf("ack %s SignallingPredictedProblem %s %s : %s\n", - ci->name, - tra->pname, seg ? seg->i->pname : "?", message); + ci->name, tra->pname, seg->i->pname, message); } #define MUSTECRPREDICT(requester) do{ \ -- 2.30.2