Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2010-10-27 04:51:39 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2010-10-27 04:51:39 +0400
commit3fbd2ddcb799611de2a501be085d43f87123be1e (patch)
treeb1356cb3e019ea74e29e1c21ed44da855635c057 /options.h
parent086080191ba00adbf4a9d77b2167baf80281a081 (diff)
* Add a separate option log_dir for the log directory.
Diffstat (limited to 'options.h')
-rw-r--r--options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/options.h b/options.h
index 4d9ceb2..e3ef97a 100644
--- a/options.h
+++ b/options.h
@@ -26,7 +26,8 @@ enum upnpconfigoptions {
UPNPMEDIADIR, /* directory to search for UPnP-A/V content */
UPNPALBUMART_NAMES, /* list of '/'-delimited file names to check for album art */
UPNPINOTIFY, /* enable inotify on the media directories */
- UPNPDBDIR, /* base directory to store the database, log files, and album art cache */
+ UPNPDBDIR, /* base directory to store the database and album art cache */
+ UPNPLOGDIR, /* base directory to store the log file */
ENABLE_TIVO, /* enable support for streaming images and music to TiVo */
ENABLE_DLNA_STRICT /* strictly adhere to DLNA specs */
};