Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/block/block.c

    r7ae01d5 r5e801dc  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
    32 * Copyright (c) 2008 Jakub Jermar
    43 * Copyright (c) 2008 Martin Decky
     
    146145}
    147146
    148 errno_t block_init(service_id_t service_id)
     147errno_t block_init(service_id_t service_id, size_t comm_size)
    149148{
    150149        bd_t *bd;
     
    261260}
    262261
    263 static const hash_table_ops_t cache_ops = {
     262static hash_table_ops_t cache_ops = {
    264263        .hash = cache_hash,
    265264        .key_hash = cache_key_hash,
Note: See TracChangeset for help on using the changeset viewer.