[xiph-cvs] cvs commit: icecast/src connection.c slave.c

Ed oddsock at xiph.org
Sun Feb 2 06:33:47 PST 2003



oddsock     03/02/02 09:33:47

  Modified:    src      connection.c slave.c
  Log:
  added references to geturl.h

Revision  Changes    Path
1.43      +4 -0      icecast/src/connection.c

Index: connection.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/connection.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- connection.c	23 Jan 2003 11:12:54 -0000	1.42
+++ connection.c	2 Feb 2003 14:33:47 -0000	1.43
@@ -34,7 +34,10 @@
 #include "logging.h"
 #include "xslt.h"
 #include "fserve.h"
+
+#include "yp.h"
 #include "source.h"
+#include "geturl.h"
 #include "format.h"
 #include "format_mp3.h"
 
@@ -511,6 +514,7 @@
     thread_mutex_unlock(&(state->lock));
 
     DEBUG2("Metadata on mountpoint %s changed to \"%s\"", mount, value);
+    stats_event(mount, "title", value);
     client->respcode = 200;
         bytes = sock_write(client->con->sock, 
             "HTTP/1.0 200 OK\r\nContent-Type: text/html\r\n\r\n"

<p><p>1.12      +1 -0      icecast/src/slave.c

Index: slave.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/slave.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- slave.c	30 Dec 2002 15:42:38 -0000	1.11
+++ slave.c	2 Feb 2003 14:33:47 -0000	1.12
@@ -38,6 +38,7 @@
 #include "client.h"
 #include "stats.h"
 #include "logging.h"
+#include "geturl.h"
 #include "source.h"
 #include "format.h"
 

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list