X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/10511fad863f95a08f483400d20ce9122655444e..fb93862c3c47914c79a8109e4b0ce9fc1b7ce726:/lib/configuration.h diff --git a/lib/configuration.h b/lib/configuration.h index 3811b34..46a6272 100644 --- a/lib/configuration.h +++ b/lib/configuration.h @@ -244,12 +244,15 @@ struct config { /** @brief RTP buffer maximum size */ long rtp_maxbuffer; - /* @brief RTP receive buffer size */ + /** @brief RTP receive buffer size */ long rtp_rcvbuf; /** @brief Fixed RTP listening address */ struct netaddress rtp_request_address; + /** @brief @c disorder-playrtp instance name (for naming sockets etc.) */ + char *rtp_instance_name; + /** @brief Verbose RTP transmission logging */ int rtp_verbose; @@ -339,9 +342,8 @@ char *config_get_file(const char *name); struct passwd; -char *config_userconf(const char *home, const struct passwd *pw); -/* get the user's own private conffile, assuming their home dir is - * @home@ if not null and using @pw@ otherwise */ +char *config_userconf(void); +/* get the user's own private conffile */ char *config_usersysconf(const struct passwd *pw ); /* get the user's conffile in /etc */