
noreply at mythtv
Jun 13, 2012, 11:48 AM
Post #1 of 1
(45 views)
Permalink
|
|
mythtv branch devel/logging-zeromq updated by beirdo. v0.26-pre-591-g9639b04
|
|
The branch, devel/logging-zeromq has been updated on the mythtv repository by gitolite user beirdo. via 9639b04b152122bba7bc511782d07b2f0f837aab (commit) from 89106e61ffb2658a1e82a306539aa5a6f2a667d2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9639b04b152122bba7bc511782d07b2f0f837aab Author: Gavin Hurlbut <ghurlbut [at] mythtv> at Wed, 13 Jun 2012 11:46:32 -0700 Committer: Gavin Hurlbut <ghurlbut [at] mythtv> at Wed, 13 Jun 2012 11:46:32 -0700 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=9639b04b152122bba7bc511782d07b2f0f837aab Make setsockopt do (const char *) on arg 4 This used to be in compat.h for Windows only. As it's defined as const void *, there should be no adverse affects to always doing this. However, the #define in compat.h horribly borks nzmqt's usage of setsockopt() on Windows... ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythupnp/bufferedsocketdevice.cpp | 3 ++- mythtv/libs/libmythupnp/mbroadcastsocketdevice.h | 5 +++-- mythtv/libs/libmythupnp/mmulticastsocketdevice.cpp | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|