Changeset 1fff583 in mainline for uspace/srv/fs/ext4fs/ext4fs.c


Ignore:
Timestamp:
2012-04-12T12:16:32Z (12 years ago)
Author:
Frantisek Princ <fp860328@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
831507b
Parents:
7eb033ce
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext4fs/ext4fs.c

    r7eb033ce r1fff583  
    5353};
    5454
     55/**
     56 * Entry point of ext4fs server.
     57 * Initialize data structures and IPC, then accepts connections in server mode.
     58 */
    5559int main(int argc, char **argv)
    5660{
Note: See TracChangeset for help on using the changeset viewer.