etm_context_t -> struct etm_context
Remove misleading typedef and redundant suffix from struct etm_context.
This commit is contained in:
@@ -48,7 +48,7 @@ enum
|
||||
|
||||
struct oocd_trace
|
||||
{
|
||||
etm_context_t *etm_ctx;
|
||||
struct etm_context *etm_ctx;
|
||||
char *tty;
|
||||
int tty_fd;
|
||||
struct termios oldtio, newtio;
|
||||
|
||||
Reference in New Issue
Block a user