From d0dab56b084c99157af6201811822c90e485b25d Mon Sep 17 00:00:00 2001 From: Adam Wujek <adam.wujek@cern.ch> Date: Thu, 12 Feb 2015 11:43:39 +0100 Subject: [PATCH] doc/developer-manual: update rpc clients (wr_mon) Update needed because wr_mon uses now shmem to get ppsi status. Note that is still uses ipc for enable/disable tracking. Signed-off-by: Adam Wujek <adam.wujek@cern.ch> --- doc/wrs-developer-manual.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/wrs-developer-manual.in b/doc/wrs-developer-manual.in index f5574b995..9642bfcdf 100644 --- a/doc/wrs-developer-manual.in +++ b/doc/wrs-developer-manual.in @@ -1526,11 +1526,10 @@ Clients are created in the following places: through shared memory. @item userspace/tools/wr_mon.c -@c FIXME: wr_mon should use shmem The tty-based monitoring interface connects to @i{ptpd} (@i{ppsi}) - to get run-time information. It is going to be moved to - shared memory. + to enable or disable tracking. All status information is passed + from @i{HAL} and @i{ppsi} through shared memory. @item userspace/libwr/hal_client.c -- GitLab