[mythtv-commits] mythtv/master commit: a598436ca by Chris Pinkham (cpinkham)

MythTV noreply at mythtv.org
Fri Oct 7 02:29:11 UTC 2011


      Author:  Chris Pinkham <cpinkham at mythtv.org>
 Change Date:  2011-10-06T19:28:15-07:00
   Push Date:  2011/10/06 19:28:58 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  a598436ca2feeba53079a97125a433f38d8a4646
   Changeset:  https://github.com/MythTV/mythtv/commit/a598436ca

Log:

Allow creating backend connections without the event socket

Add an optional parameter to MythCoreContext::ConnectToMasterServer()
to allow disabling the event socket connection.  Normally, we want
to open the event socket, but the forthcoming mythutil app just
needs to open a quick connection, send a message, read the response,
and exit.

This commit also adds a 'MYTH_APPNAME_MYTHUTIL' define for mythutil to
prevent a full recompile once it is committed.

This changes MYTH_BINARY_VERSION so make clean, etc..

Modified:

   mythtv/libs/libmythbase/mythcorecontext.cpp
   mythtv/libs/libmythbase/mythcorecontext.h
   mythtv/libs/libmythbase/mythversion.h



More information about the mythtv-commits mailing list