Changeset f6d4462 in mainline


Ignore:
Timestamp:
2011-02-27T22:44:13Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
128b8ee
Parents:
fd7f329a
Message:

init async manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.c

    rfd7f329a rf6d4462  
    124124        if (rc != EOK)
    125125                goto err;
    126 
     126       
     127        printf(NAME ": Accepting connections\n");
     128        task_retval(0);
     129        async_manager();
    127130        /* not reached */
    128131        return 0;
Note: See TracChangeset for help on using the changeset viewer.