Changeset c028b22 in mainline for uspace/lib/fs/libfs.h


Ignore:
Timestamp:
2011-07-08T17:01:01Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc1a727
Parents:
4e36219 (diff), 026793d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

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

    r4e36219 rc028b22  
    4444typedef struct {
    4545        bool mp_active;
    46         int phone;
     46        async_sess_t *sess;
    4747        fs_handle_t fs_handle;
    4848        devmap_handle_t devmap_handle;
     
    8888} fs_reg_t;
    8989
    90 extern int fs_register(int, fs_reg_t *, vfs_info_t *, async_client_conn_t);
     90extern int fs_register(async_sess_t *, fs_reg_t *, vfs_info_t *,
     91    async_client_conn_t);
    9192
    9293extern void fs_node_initialize(fs_node_t *);
Note: See TracChangeset for help on using the changeset viewer.