#include "XrdMon/XrdMonBufferedOutput.hh"
#include "XProtocol/XPtypes.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include <unistd.h>
#include <assert.h>
Go to the source code of this file.
Functions | |
void * | flush2disk (void *arg) |
int | main (int argc, char *argv[]) |
Variables | |
int | flushFreq = 30 |
void* flush2disk | ( | void * | arg | ) |
Definition at line 28 of file XrdMonCout2FileApp.cc.
References XrdMonBufferedOutput::flush(), flushFreq, and sleep.
Referenced by main().
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 40 of file XrdMonCout2FileApp.cc.
References flush2disk(), line, pthread_create(), and strcat().
int flushFreq = 30 |