From b159832418dd6ac92229686e1ac6b23f0fe609cb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 10:49:16 +0200 Subject: notify: removed the "Notify" typedef Typedefs shouldn't be used, use the bare struct names instead. --- src/main_notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main_notify.c') diff --git a/src/main_notify.c b/src/main_notify.c index 996b750cf..8924d1921 100644 --- a/src/main_notify.c +++ b/src/main_notify.c @@ -28,7 +28,7 @@ static struct ioOps main_notify_IO; static int main_pipe[2]; pthread_t main_task; -static Notify main_notify; +static struct notify main_notify; static pthread_mutex_t select_mutex = PTHREAD_MUTEX_INITIALIZER; static int ioops_fdset(fd_set * rfds, -- cgit v1.2.3