--- nono/host/hostcom.h 2026/04/29 17:05:11 1.1 +++ nono/host/hostcom.h 2026/04/29 17:05:30 1.1.1.3 @@ -29,12 +29,12 @@ class HostCOMDevice : public HostDevice uint64 write_bytes; // ホストへの書き出しバイト数 uint64 read_bytes; // ホストからの読み込みバイト数 - int txq_peak; // キューのおおよその最大使用量 - int rxq_peak; // キューのおおよその最大使用量 + uint txq_peak; // キューのおおよその最大使用量 + uint rxq_peak; // キューのおおよその最大使用量 }; public: - HostCOMDevice(const std::string& objname_); + HostCOMDevice(Device *parent_, const std::string& objname_); ~HostCOMDevice() override; void SetLogLevel(int loglevel_) override;