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


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.h

    rc9a29d6 r8c125ad  
    5959proto_t *proto_get_by_srv(int srv);
    6060proto_t *proto_new(char *name);
     61void proto_delete(proto_t *proto);
    6162void proto_add_oper(proto_t *proto, int method, oper_t *oper);
    6263oper_t *proto_get_oper(proto_t *proto, int method);
Note: See TracChangeset for help on using the changeset viewer.