Commit ad08d015 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: comment fix in ieee1588_types.h

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 50650d32
...@@ -178,18 +178,18 @@ typedef struct MsgDelayResp { ...@@ -178,18 +178,18 @@ typedef struct MsgDelayResp {
PortIdentity requestingPortIdentity; PortIdentity requestingPortIdentity;
} MsgDelayResp; } MsgDelayResp;
/* PdelayReq Message (table 29, page 131) -- not used in ppsi */ /* PdelayReq Message (table 29, page 131) */
typedef struct MsgPDelayReq { typedef struct MsgPDelayReq {
Timestamp originTimestamp; Timestamp originTimestamp;
} MsgPDelayReq; } MsgPDelayReq;
/* PdelayResp Message (table 30, page 131) -- not used in ppsi */ /* PdelayResp Message (table 30, page 131) */
typedef struct MsgPDelayResp { typedef struct MsgPDelayResp {
Timestamp requestReceiptTimestamp; Timestamp requestReceiptTimestamp;
PortIdentity requestingPortIdentity; PortIdentity requestingPortIdentity;
} MsgPDelayResp; } MsgPDelayResp;
/* PdelayRespFollowUp Message (table 31, page 132) -- not used in ppsi */ /* PdelayRespFollowUp Message (table 31, page 132) */
typedef struct MsgPDelayRespFollowUp { typedef struct MsgPDelayRespFollowUp {
Timestamp responseOriginTimestamp; Timestamp responseOriginTimestamp;
PortIdentity requestingPortIdentity; PortIdentity requestingPortIdentity;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment