- Fixes to make SL6 work
- New NeXus libraries - Added new raw binary transfer mode for mass data - Added a check script option to configurable virtual motor SKIPPED: psi/dumprot.c psi/make_gen psi/psi.c psi/rebin.c psi/sanslirebin.c
This commit is contained in:
5
nread.c
5
nread.c
@@ -700,10 +700,13 @@ int NetReaderTask(void *pData)
|
||||
GetCharArray(self->conList));
|
||||
}
|
||||
|
||||
/*
|
||||
* This costs a surprising amount of CPU-time, in a test 10%!
|
||||
* This is why it has been commented away
|
||||
snprintf(num, sizeof num, "%d", conCount);
|
||||
IFSetOption(pSICSOptions, "ConnectionCount", num);
|
||||
IFSetOption(pSICSOptions, "ConMask", GetCharArray(self->conList));
|
||||
|
||||
*/
|
||||
|
||||
/* the select itself */
|
||||
tmo.tv_usec = self->iReadTimeout;
|
||||
|
||||
Reference in New Issue
Block a user