in between

This commit is contained in:
Dhanya Maliakal
2016-08-24 11:54:15 +02:00
parent 0a2a88e23f
commit f17a2ba2b8
6 changed files with 176 additions and 135 deletions

View File

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