mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
esrf changes: eiver: initialise global optind variable before calling getopt_long: Needed when multiple receivers are instantiated in the same process
This commit is contained in:
@ -50,14 +50,8 @@ private:
|
||||
unsigned int tail; // input index
|
||||
unsigned int head; // output index
|
||||
unsigned int Capacity;
|
||||
//#ifdef __cplusplus >= 201103L
|
||||
mutable sem_t data_mutex;
|
||||
mutable sem_t free_mutex;
|
||||
//#else
|
||||
// sem_t free_mutex;
|
||||
|
||||
//#endif
|
||||
|
||||
unsigned int increment(unsigned int idx_) const;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user