Commit 4379f253 authored by Aurelio Colosimo's avatar Aurelio Colosimo

struct name corrected, compliant to IEEE 1588

parent 7f9b846a
...@@ -151,13 +151,13 @@ typedef struct { ...@@ -151,13 +151,13 @@ typedef struct {
typedef struct { typedef struct {
Timestamp requestReceiptTimestamp; Timestamp requestReceiptTimestamp;
PortIdentity requestingPortIdentity; PortIdentity requestingPortIdentity;
} MsgPdelayResp; } MsgPDelayResp;
/* PdelayRespFollowUp Message (table 31, page 132) */ /* PdelayRespFollowUp Message (table 31, page 132) */
typedef struct { typedef struct {
Timestamp responseOriginTimestamp; Timestamp responseOriginTimestamp;
PortIdentity requestingPortIdentity; PortIdentity requestingPortIdentity;
} MsgPdelayRespFollowUp; } MsgPDelayRespFollowUp;
/* Signaling Message (table 33, page 133) */ /* Signaling Message (table 33, page 133) */
typedef struct { typedef struct {
......
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