Compilation errors in ptp library when using C++ compiler. First error is due to 'class' keyword being reserved in C++ and 'class' is used as a variable name in ptp library. Second error is due to a flexible array member in a struct is not placed at the end. Signed-off-by: Tomas Choat <trc@ixys.no> |
||
|---|---|---|
| .. | ||
| btca.c | ||
| btca.h | ||
| clock.c | ||
| clock.h | ||
| CMakeLists.txt | ||
| ddt.h | ||
| ds.h | ||
| Kconfig | ||
| msg.c | ||
| msg.h | ||
| port.c | ||
| port.h | ||
| ptp.c | ||
| state_machine.c | ||
| state_machine.h | ||
| tlv.c | ||
| tlv.h | ||
| transport.c | ||
| transport.h | ||