change PIIODevice read* and write* methods size to "ssize_t"

This commit is contained in:
2022-08-01 18:52:30 +03:00
parent 1b499530c5
commit b1e220e454
39 changed files with 135 additions and 128 deletions

View File

@@ -133,7 +133,7 @@ protected:
virtual void addressesChanged() {}
private:
EVENT_HANDLER2(void, mcastRead, const uchar * , data, int, size);
EVENT_HANDLER2(void, mcastRead, const uchar * , data, ssize_t, size);
void destroyAll();
void initAll(PIVector<PIEthernet::Address> al);
void run() override;