Move the protocol version macro to a public header.
This will be needed by the management client program. Signed-off-by: Richard Cochran <richardcochran@gmail.com>master
parent
353b0a2743
commit
ba5c5704e6
2
msg.h
2
msg.h
|
@ -27,6 +27,8 @@
|
||||||
#include "ddt.h"
|
#include "ddt.h"
|
||||||
#include "transport.h"
|
#include "transport.h"
|
||||||
|
|
||||||
|
#define PTP_VERSION 2
|
||||||
|
|
||||||
/* Values for the messageType field */
|
/* Values for the messageType field */
|
||||||
#define SYNC 0x0
|
#define SYNC 0x0
|
||||||
#define DELAY_REQ 0x1
|
#define DELAY_REQ 0x1
|
||||||
|
|
Loading…
Reference in New Issue