Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
0f040a70
Commit
0f040a70
authored
Apr 13, 2008
by
Eric Wong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always compile ioops.h, since main_notify uses it now
git-svn-id:
https://svn.musicpd.org/mpd/trunk@7356
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
412ce8bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
ioops.c
src/ioops.c
+0
-3
ioops.h
src/ioops.h
+0
-8
No files found.
src/ioops.c
View file @
0f040a70
...
...
@@ -20,8 +20,6 @@
/* Eventually the listener protocol will use this, too */
#ifdef HAVE_ZEROCONF
/*
* functions and variables in this file are only used by a single thread and
* thus do not need to be thread-safe
...
...
@@ -84,4 +82,3 @@ void deregisterIO(struct ioOps *ops)
ops
->
prev
->
next
=
ops
->
next
;
}
#endif
/* HAVE_ZEROCONF */
src/ioops.h
View file @
0f040a70
...
...
@@ -22,7 +22,6 @@
#include "../config.h"
#include "os_compat.h"
#ifdef HAVE_ZEROCONF
struct
ioOps
{
struct
ioOps
*
prev
,
*
next
;
...
...
@@ -58,11 +57,4 @@ void registered_IO_add_fds(int *fdmax,
/* Consume fds for all registered IO handlers */
void
registered_IO_consume_fds
(
int
*
selret
,
fd_set
*
rfds
,
fd_set
*
wfds
,
fd_set
*
efds
);
#else
/* ! HAVE_ZEROCONF */
#define registered_IO_add_fds(fdmax,rfds,wfds,efds)
#define registered_IO_consume_fds(selret,rfds,wfds,efds)
#endif
/* HAVE_ZEROCONF */
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment