* Add the ability to change the root media container. (Thanks to Ivan Mironov)

This commit is contained in:
Justin Maggard
2011-06-25 00:39:45 +00:00
parent f6e3e0e8c1
commit 108fda1e84
8 changed files with 76 additions and 12 deletions

View File

@ -42,6 +42,7 @@ struct lan_addr_s {
struct runtime_vars_s {
int port; /* HTTP Port */
int notify_interval; /* seconds between SSDP announces */
char *root_container; /* root ObjectID (instead of "0") */
};
struct string_s {