chiark / gitweb /
Avoid 'client'
[disorder] / disobedience / lookup.c
index 8255cfd42127231f9d2e31838c63e56a0aaad938..68939aef2915f015b925c5699e196a70017ef18c 100644 (file)
@@ -15,6 +15,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+/** @file disobedience/lookup.c
+ * @brief Disobedience server lookups and caching
+ */
 #include "disobedience.h"
 
 static int namepart_lookups_outstanding;
@@ -79,7 +82,6 @@ static void namepart_fill(const char *track,
  * @param track Track name
  * @param context Context
  * @param part Name part
- * @param lookup If nonzero, will schedule a lookup for unknown values
  *
  * If it is in the cache then just return its value.  If not then look it up
  * and arrange for the queues to be updated when its value is available. */