Fork us on GitHub Follow us on Facebook Follow us on Twitter

Changeset c852f4be in mainline


Ignore:
Timestamp:
2009-05-04T23:15:48Z (14 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial
Children:
b6035ba
Parents:
0b6d70d
Message:

Add console.write method to tracer.

File:
1 edited

Legend:

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

    r0b6d70d rc852f4be  
    667667        o = oper_new("putchar", 1, arg_def, V_VOID, 0, resp_def);
    668668        proto_add_oper(p, CONSOLE_PUTCHAR, o);
     669        o = oper_new("write", 0, arg_def, V_VOID, 0, resp_def);
     670        proto_add_oper(p, CONSOLE_WRITE, o);
    669671        o = oper_new("clear", 0, arg_def, V_VOID, 0, resp_def);
    670672        proto_add_oper(p, CONSOLE_CLEAR, o);
Note: See TracChangeset for help on using the changeset viewer.