mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
Removed libcontrold dependency
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@336 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -741,6 +741,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
||||
read_bytes= recv(fd_eventclient, p, emsg.dataSize, MSG_WAITALL);
|
||||
//printf("[neutrino] eventbody read %d bytes - initiator %x\n", read_bytes, emsg.initiatorID );
|
||||
|
||||
#if 0
|
||||
if ( emsg.initiatorID == CEventServer::INITID_CONTROLD )
|
||||
{
|
||||
switch(emsg.eventID)
|
||||
@@ -766,7 +767,9 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
||||
printf("[neutrino] event INITID_CONTROLD - unknown eventID 0x%x\n", emsg.eventID );
|
||||
}
|
||||
}
|
||||
else if ( emsg.initiatorID == CEventServer::INITID_HTTPD )
|
||||
else
|
||||
#endif
|
||||
if ( emsg.initiatorID == CEventServer::INITID_HTTPD )
|
||||
{
|
||||
switch(emsg.eventID)
|
||||
{
|
||||
|
Reference in New Issue
Block a user