in between

This commit is contained in:
Dhanya Maliakal
2016-08-17 09:33:59 +02:00
parent b440c11a46
commit 0a2a88e23f
4 changed files with 76 additions and 54 deletions

View File

@ -413,9 +413,9 @@ class UDPBaseImplementation : protected virtual slsReceiverDefs, public UDPInter
/**
* Closes file / all files(if multiple files)
* @param i thread index (if multiple files used eg. root files) -1 for all threads
* @param i writer thread index
*/
void closeFile(int i = -1);
void closeFile(int i = 0);
//***callback functions***