This commit is contained in:
rakshasa
2026-08-03 09:11:23 +02:00
parent 247ae7621a
commit 06a391f9d8
5 changed files with 171 additions and 0 deletions
+4
View File
@@ -3,6 +3,8 @@
#include <torrent/object.h>
#include "utils/waitpid_queue.h"
namespace rpc {
class ExecFile {
@@ -24,6 +26,8 @@ public:
private:
int m_log_fd{-1};
std::string m_capture;
utils::WaitpidQueue m_waitpid_queue;
};
}