mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-15 22:37:14 +02:00
debugging
This commit is contained in:
@ -2526,9 +2526,9 @@ void UDPStandardImplementation::startWriting(){
|
||||
threadStarted = 1;
|
||||
|
||||
//variable definitions
|
||||
char* wbuf; //buffer popped from FIFO
|
||||
char* wbuf=NULL; //buffer popped from FIFO
|
||||
sfilefd[ithread] = 0; //file pointer
|
||||
uint64_t nf; //for compression, number of frames
|
||||
uint64_t nf=0; //for compression, number of frames
|
||||
int listenfifoIndex = ithread;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user