mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 15:28:58 +01:00
kernel/block_cache: Adjust declaration of _IOFinished.
This commit is contained in:
parent
f3884d7da0
commit
282ff4240a
2
src/system/kernel/cache/block_cache.cpp
vendored
2
src/system/kernel/cache/block_cache.cpp
vendored
@ -346,7 +346,7 @@ private:
|
||||
static void _IOFinishedCallback(void* cookie, io_request* request,
|
||||
status_t status, bool partialTransfer,
|
||||
generic_size_t bytesTransferred);
|
||||
void _IOFinished(status_t status, size_t bytesTransferred);
|
||||
void _IOFinished(status_t status, generic_size_t bytesTransferred);
|
||||
|
||||
void _RemoveAllocated(size_t unbusyCount, size_t removeCount);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user