Commit a977b274 authored by Adam Wujek's avatar Adam Wujek 💬

userspace: updates to support servo state in ppsi's shmem

Changes include:
- lift of ppsi commit
- temporarly define WRS_PPSI_SHMEM_VERSION in wrs_dump_shmem.c since dumper
  requires structure updates
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 2bd4bc4b
ppsi @ b05ba577
Subproject commit 2181324ae355f72299abc63b5fa8c9e1fcc742b1
Subproject commit b05ba5771509acb64bc3404304341be48dc25419
......@@ -24,6 +24,10 @@
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
#ifdef WRS_PPSI_SHMEM_VERSION
#undef WRS_PPSI_SHMEM_VERSION
#define WRS_PPSI_SHMEM_VERSION 1 /* temporary */
#endif
char *name_id_to_name[WRS_SHM_N_NAMES] = {
[wrs_shm_ptp] = "ptpd/ppsi",
......
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