Changeset 1affcdf3 in mainline for uspace/lib/fs/libfs.h


Ignore:
Timestamp:
2011-06-10T19:33:41Z (15 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1878386
Parents:
13ecdac9 (diff), 79a141a (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

    r13ecdac9 r1affcdf3  
    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.