Changes in uspace/app/trace/proto.c [ffa2c8ef:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/proto.c
rffa2c8ef ra000878c 35 35 #include <stdio.h> 36 36 #include <stdlib.h> 37 #include <ipc/ipc.h> 37 38 #include <adt/hash_table.h> 38 39 … … 52 53 53 54 typedef struct { 54 sysarg_t method;55 ipcarg_t method; 55 56 oper_t *oper; 56 57 link_t link;
Note:
See TracChangeset
for help on using the changeset viewer.