diff --git a/common/include/villas/popen.hpp b/common/include/villas/popen.hpp index a6e0ecc57..5f72489b6 100644 --- a/common/include/villas/popen.hpp +++ b/common/include/villas/popen.hpp @@ -58,6 +58,11 @@ public: return *(output.stream); } + int fd() + { + return input.buffer->fd(); + } + protected: std::string command; pid_t pid;