diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-05 16:55:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-05 16:55:39 +0000 |
| commit | 82caed54938683d8112615c8e65fa1456f1130ee (patch) | |
| tree | 77b1008b42f4d6c9003be0af8de411db17fbedbb /src/lib/util.h | |
| parent | c3c16fef82ca70542e586d83418fb01c021dbe0e (diff) | |
Server broadcasts presence to subnet (untested).
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 70cb3bb0c..351c4c4d9 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -51,6 +51,8 @@ extern "C" { /** The maximum number of audio channels that we can cope with */ #define MAX_AUDIO_CHANNELS 6 +#define DCPOMATIC_HELLO "Boys, you gotta learn not to talk to nuns that way" + namespace libdcp { class Signer; } |
