Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/vfs.h

    r4979403 r79ae36dd  
    5656        /** Unique identifier of the fs. */
    5757        char name[FS_NAME_MAXLEN + 1];
    58         unsigned int instance;
    5958        bool concurrent_read_write;
    6059        bool write_retains_size;
     
    6362typedef enum {
    6463        VFS_IN_OPEN = IPC_FIRST_USER_METHOD,
     64        VFS_IN_OPEN_NODE,
    6565        VFS_IN_READ,
    6666        VFS_IN_WRITE,
     
    7878        VFS_IN_RENAME,
    7979        VFS_IN_STAT,
    80         VFS_IN_DUP,
    81         VFS_IN_WAIT_HANDLE,
     80        VFS_IN_DUP
    8281} vfs_in_request_t;
    8382
Note: See TracChangeset for help on using the changeset viewer.