Fix a misspelled field name.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>master
parent
2d06c5856d
commit
28dc3613d7
2
msg.h
2
msg.h
|
@ -124,7 +124,7 @@ struct pdelay_resp_msg {
|
||||||
|
|
||||||
struct pdelay_resp_fup_msg {
|
struct pdelay_resp_fup_msg {
|
||||||
struct ptp_header hdr;
|
struct ptp_header hdr;
|
||||||
struct Timestamp responeOriginTimestamp;
|
struct Timestamp responseOriginTimestamp;
|
||||||
struct PortIdentity requestingPortIdentity;
|
struct PortIdentity requestingPortIdentity;
|
||||||
} PACKED;
|
} PACKED;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue