Revision ba6f6023 src/connection.h
src/connection.h | ||
---|---|---|
81 | 81 |
std::string channel, type; |
82 | 82 |
OutputBuffer *dataOutput; |
83 | 83 |
SourceList demuxers; |
84 |
bool removeMe; |
|
85 |
time_t stopTime; |
|
86 |
bool interrupted; |
|
87 |
bool lostPacket; |
|
84 |
bool removeMe; /** kill this connection */ |
|
85 |
time_t stopTime; /** time to stop at */ |
|
86 |
bool interrupted; /** interrupted by higher priority recording */ |
|
87 |
bool lostPacket; /** client is not keeping up */ |
|
88 |
bool convertToPS; /** convert to program stream */ |
|
89 |
time_t lastTime; /** Last time printed buffer stats */ |
|
88 | 90 |
}; |
89 | 91 |
|
90 | 92 |
|
Also available in: Unified diff