Changeset 4fe94c66 in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2011-01-26T00:57:06Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12573db, bf75e3cb
Parents:
8b65e547
Message:

Now when the table of open files is shared by multiple connections of
one client task, it became necessary to maintain the vfs_file_t
references obtained from vfs_file_get() explicitly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r8b65e547 r4fe94c66  
    192192
    193193extern vfs_file_t *vfs_file_get(int);
     194extern void vfs_file_put(vfs_file_t *);
    194195extern int vfs_fd_assign(vfs_file_t *, int);
    195196extern int vfs_fd_alloc(bool desc);
Note: See TracChangeset for help on using the changeset viewer.