Changeset 8c125ad in mainline for uspace/app/trace/proto.c


Ignore:
Timestamp:
2008-09-17T15:36:34Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1643855
Parents:
c9a29d6
Message:

trace: Fix broken 'unknown' protocol, add 'system' protocol for more elegant handling of system IPC methods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/trace/proto.c

    rc9a29d6 r8c125ad  
    173173}
    174174
     175void proto_delete(proto_t *proto)
     176{
     177        free(proto);
     178}
     179
    175180void proto_add_oper(proto_t *proto, int method, oper_t *oper)
    176181{
Note: See TracChangeset for help on using the changeset viewer.