mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
popen: get file descriptor for read side stream
This commit is contained in:
parent
5cbf7a4a52
commit
3aff01814d
1 changed files with 5 additions and 0 deletions
|
@ -58,6 +58,11 @@ public:
|
|||
return *(output.stream);
|
||||
}
|
||||
|
||||
int fd()
|
||||
{
|
||||
return input.buffer->fd();
|
||||
}
|
||||
|
||||
protected:
|
||||
std::string command;
|
||||
pid_t pid;
|
||||
|
|
Loading…
Add table
Reference in a new issue