X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Flttngtoptypes.h;fp=src%2Flttngtoptypes.h;h=7030b32f81ae253f871c13638a3f7f07ae399968;hp=f10a6841ad2becdc45748b2ca6cbd86778133d34;hb=85db46189f6379c1e517efd4cfc4558d696db988;hpb=559c9f8611df967995dae28f8d3c7089ac585a1a diff --git a/src/lttngtoptypes.h b/src/lttngtoptypes.h index f10a684..7030b32 100644 --- a/src/lttngtoptypes.h +++ b/src/lttngtoptypes.h @@ -157,10 +157,10 @@ struct signals { }; struct iostream { - struct syscalls *syscall_info; /* NULL if there is no waiting for an exit_syscall */ - unsigned long ret_read; /* value returned by an I/O syscall_exit for a sys_read*/ - unsigned long ret_write; /* value returned by an I/O syscall_exit for a sys_write*/ - unsigned long ret_total; + struct syscalls *syscall_info; /* NULL if there is no waiting for an exit_syscall */ + unsigned long ret_read; /* value returned by an I/O syscall_exit for a sys_read*/ + unsigned long ret_write; /* value returned by an I/O syscall_exit for a sys_write*/ + unsigned long ret_total; }; #endif /* LTTNGTOPTYPES_H */