rsrv: beaconCounter not updated

This commit is contained in:
Michael Davidsaver
2016-01-21 17:14:23 -05:00
parent d729006908
commit eb9246e4c9

View File

@@ -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);