mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Add network mutex support
This commit is contained in:
committed by
Kyle Schwarz
parent
bf311ebe30
commit
c2f1022858
@@ -39,7 +39,7 @@ public:
|
||||
return readAmount;
|
||||
}
|
||||
|
||||
std::optional<uint64_t> writeLogicalDiskAligned(Communication&, device_eventhandler_t report, uint64_t pos,
|
||||
std::optional<uint64_t> writeLogicalDiskAligned(Communication&, device_eventhandler_t /* report */, uint64_t pos,
|
||||
const uint8_t* from, uint64_t amount, std::chrono::milliseconds, Disk::MemoryType) override {
|
||||
writeCalls++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user