From eb9246e4c901ebd3550203cd20add2e569334e33 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 21 Jan 2016 17:14:23 -0500 Subject: [PATCH] rsrv: beaconCounter not updated --- src/ioc/rsrv/online_notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ioc/rsrv/online_notify.c b/src/ioc/rsrv/online_notify.c index 7c3c57fca..619fdc4e5 100644 --- a/src/ioc/rsrv/online_notify.c +++ b/src/ioc/rsrv/online_notify.c @@ -105,7 +105,7 @@ void rsrv_online_notify_task(void *pParm) } } - beaconCounter++; /* expected to overflow */ + msg.m_cid = htonl ( beaconCounter++ ); /* expected to overflow */ while (beacon_ctl == ctlPause) { epicsThreadSleep(0.1);