- Connections write timeouts were incorrectly handled in asynnetc. Fixed.
- Implemented the desired run/drive behaviour: drive waits for what it started run starts, and success waits for everything to finish. This required changes to a lot of files. - Fixed a bug in remob which supressed required messages
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
Mark Koennecke, January 1996
|
||||
|
||||
copyright: see implementation file.
|
||||
|
||||
Massively reworked to accomodate second generation counter objects.
|
||||
|
||||
Mark Koennecke, January 2009
|
||||
----------------------------------------------------------------------------*/
|
||||
#ifndef SICSCOUNTER
|
||||
#define SICSCOUNTER
|
||||
@@ -25,6 +29,7 @@ typedef struct __Counter{
|
||||
unsigned long tStart;
|
||||
int iCallbackCounter;
|
||||
int badStatusCount;
|
||||
int haltFixFlag; /* solely here to prevent multiple calls to the halt function on overrun timers in countersec.c*/
|
||||
int (*setMode)(struct __Counter *self, CounterMode eMode);
|
||||
CounterMode (*getMode)(struct __Counter *self);
|
||||
int (*getNMonitor)(struct __Counter *self);
|
||||
|
||||
Reference in New Issue
Block a user