Home
last modified time | relevance | path

Searched refs:gCurrentOutput (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/netevent/netevent-0.2.1-79-g37c47a4/src/
H A Ddaemon.cpp112 } gCurrentOutput; variable
409 gCurrentOutput.fd = iter->second.fd(); in useOutput()
410 gCurrentOutput.name = name; in useOutput()
442 gCurrentOutput.fd = -1; in lostCurrentOutput()
443 gCurrentOutput.name = "<none>"; in lostCurrentOutput()
466 if (gCurrentOutput.fd == -1) in readFromDevice()
477 if (mustWrite(gCurrentOutput.fd, &pkt, sizeof(pkt))) in readFromDevice()
483 removeOutput(gCurrentOutput.fd); in readFromDevice()
570 if (gCurrentOutput.fd == fd) in finishOutputRemoval()
903 gCurrentOutput.name.c_str()); in clientCommand_Output()
[all …]