Changeset abf3564 in mainline for uspace/app/trace/syscalls.h


Ignore:
Timestamp:
2008-09-18T22:19:42Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f7176b1
Parents:
073c9e6
Message:

trace: Decode protocol-level call arguments, response retvals and arguments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/trace/syscalls.h

    r073c9e6 rabf3564  
    3636#define SYSCALLS_H_
    3737
    38 typedef enum {
    39         RV_INTEGER,
    40         RV_HASH,
    41         RV_ERRNO,
    42         RV_INT_ERRNO
    43 } rv_type_t;
    44 
    4538typedef struct {
    4639        char *name;
    4740        int n_args;
    48         rv_type_t rv_type;
     41        val_type_t rv_type;
    4942} sc_desc_t;
    5043
Note: See TracChangeset for help on using the changeset viewer.