From 4b00c62587dbe0ce131992dcd574ffe323cffa5c Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Fri, 18 Nov 2005 12:09:05 +0000 Subject: DJWLindenaar's fix race condition and some memory leaks patch git-svn-id: https://svn.musicpd.org/mpd/trunk@3681 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index cf8874a1..edf42aa8 100644 --- a/src/command.h +++ b/src/command.h @@ -30,6 +30,7 @@ #define COMMAND_RETURN_KILL 10 #define COMMAND_RETURN_CLOSE 20 +#define COMMAND_MASTER_READY 30 extern char * current_command; extern int command_listNum; -- cgit v1.2.3