#include <FileDescriptorHandler.h>
List of all members.
Detailed Description
Definition at line 5 of file FileDescriptorHandler.h.
Constructor & Destructor Documentation
data refman pasoursint CMSSW_4_1_8_patch12 src EventFilter Processor src FileDescriptorHandler cc evf::FileDescriptorHandler::FileDescriptorHandler |
( |
| ) |
|
Definition at line 16 of file FileDescriptorHandler.cc.
{
char *name = de->d_name;
std::string path = ost.str()+name;
stat(path.c_str(),&buf);
if(S_ISSOCK(buf.st_mode)){
int fd = atoi(name);
close(fd);
}
}
closedir(dir);
}