X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/8aae240b86a4b055989ef631e1c8876c3d338873..7affb40735592998dc047f216b48f9b771e4df1a:/lib/configuration.h?ds=sidebyside diff --git a/lib/configuration.h b/lib/configuration.h index 4b22fdb..bf3a493 100644 --- a/lib/configuration.h +++ b/lib/configuration.h @@ -1,3 +1,4 @@ + /* * This file is part of DisOrder. * Copyright (C) 2004-2008 Richard Kettlewell @@ -285,6 +286,12 @@ struct config { /** @brief Whether to allow user management over TCP */ int remote_userman; + + /** @brief Maximum age of biased-up tracks */ + long new_bias_age; + + /** @brief Maximum bias */ + long new_bias; /* derived values: */ int nparts; /* number of distinct name parts */