--- nono/host/hostdevice.cpp 2026/04/29 17:05:30 1.1.1.4 +++ nono/host/hostdevice.cpp 2026/04/29 17:05:39 1.1.1.5 @@ -24,17 +24,13 @@ HostDevice::~HostDevice() TerminateThread(); } -// 初期化 +// 動的コンストラクションその2 bool -HostDevice::Init() +HostDevice::Create2() { int fds[2]; int r; - if (inherited::Init() == false) { - return false; - } - kq = kqueue(); if (kq < 0) { putmsg(0, "kqueue: %s", strerror(errno));