Changeset 16d17ca in mainline for uspace/lib/libfs/libfs.h


Ignore:
Timestamp:
2009-05-22T19:18:39Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4ef6645
Parents:
3ecc02e
Message:

Add fs_handle argument to libfs_mount() needed to recognize homogenous mounts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libfs/libfs.h

    r3ecc02e r16d17ca  
    8282extern void fs_node_initialize(fs_node_t *);
    8383
    84 extern void libfs_mount(libfs_ops_t *, ipc_callid_t, ipc_call_t *);
     84extern void libfs_mount(libfs_ops_t *, fs_handle_t, ipc_callid_t, ipc_call_t *);
    8585extern void libfs_lookup(libfs_ops_t *, fs_handle_t, ipc_callid_t, ipc_call_t *);
    8686
Note: See TracChangeset for help on using the changeset viewer.