From 151347585a48ef746d8ffbfed7ba9bd621737b0c Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:45:11 -0800 Subject: debug_msg_receiver_t -> struct debug_msg_receiver Remove misleading typedef and redundant suffix from struct debug_msg_receiver. --- src/target/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/target.h') diff --git a/src/target/target.h b/src/target/target.h index c60960e5..73d63191 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -158,7 +158,7 @@ typedef struct target_s struct breakpoint_s *breakpoints; /* list of breakpoints */ struct watchpoint *watchpoints; /* list of watchpoints */ struct trace_s *trace_info; /* generic trace information */ - struct debug_msg_receiver_s *dbgmsg;/* list of debug message receivers */ + struct debug_msg_receiver *dbgmsg;/* list of debug message receivers */ uint32_t dbg_msg_enabled; /* debug message status */ void *arch_info; /* architecture specific information */ struct target_s *next; /* next target in list */ -- cgit v1.2.3