Ignore:
File:
1 edited

Legend:

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

    r062d900 ra35b458  
    4444typedef struct {
    4545        const char *name;
    46        
     46
    4747        int argc;
    4848        val_type_t arg_type[OPER_MAX_ARGS];
    49        
     49
    5050        val_type_t rv_type;
    51        
     51
    5252        int respc;
    5353        val_type_t resp_type[OPER_MAX_ARGS];
     
    5757        /** Protocol name */
    5858        const char *name;
    59        
     59
    6060        /** Maps method number to operation */
    6161        hash_table_t method_oper;
Note: See TracChangeset for help on using the changeset viewer.