Changeset 1356f85a in mainline for uspace


Ignore:
Timestamp:
2015-06-25T22:03:35Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22fb7ab
Parents:
8227d63
Message:

Stubs of volsrv, vbd and liblabel.

Location:
uspace
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r8227d63 r1356f85a  
    115115        srv/bd/part/guid_part \
    116116        srv/bd/part/mbr_part \
     117        srv/bd/vbd \
    117118        srv/fs/exfat \
    118119        srv/fs/udf \
     
    231232        lib/softrend \
    232233        lib/draw \
     234        lib/label \
    233235        lib/math \
    234236        lib/nettl \
  • uspace/lib/c/include/ipc/services.h

    r8227d63 r1356f85a  
    6161#define SERVICE_NAME_UDP        "net/udp"
    6262#define SERVICE_NAME_TCP        "net/tcp"
     63#define SERVICE_NAME_VBD        "vbd"
     64#define SERVICE_NAME_VOLSRV     "volsrv"
    6365
    6466#endif
Note: See TracChangeset for help on using the changeset viewer.