Changeset 95bc57c in mainline for uspace/srv/bd/file_bd/file_bd.c


Ignore:
Timestamp:
2009-07-06T20:55:07Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1757ffce
Parents:
adb49f58
Message:

Servers can return value as soon as they are up. Use this with block-device drivers to start them synchronously. Eliminate ad-hoc sleeping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/file_bd/file_bd.c

    radb49f58 r95bc57c  
    5050#include <errno.h>
    5151#include <bool.h>
     52#include <task.h>
    5253
    5354#define NAME "file_bd"
     
    8788
    8889        printf(NAME ": Accepting connections\n");
     90        task_retval(0);
    8991        async_manager();
    9092
Note: See TracChangeset for help on using the changeset viewer.