Changeset 2e2c18a1 in mainline


Ignore:
Timestamp:
2013-09-09T21:39:50Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8442d10
Parents:
92c1680
Message:

start hound again server again
(previously removed by an accident due to a very strange location of the call)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    r92c1680 r2e2c18a1  
    384384        srv_start("/srv/input", HID_INPUT);
    385385        srv_start("/srv/output", HID_OUTPUT);
     386        srv_start("/srv/hound");
    386387       
    387388        int rc = compositor(HID_INPUT, HID_COMPOSITOR_SERVER);
Note: See TracChangeset for help on using the changeset viewer.