chiark / gitweb /
log rtp timestamp updates (which shows that they are wrong)
[disorder] / server / trackdb-int.h
index a4b278e23633bfe60d52908bfb450bada67dbb6f..81cd261332fb3365bb46466095d6d6a7ae45d573 100644 (file)
@@ -82,9 +82,9 @@ int trackdb_scan(const char *root,
                                  DB_TXN *tid),
                  void *u,
                  DB_TXN *tid);
-/* Call CALLBACK for each non-alias track below ROOT.  Return 0 or
- * DB_LOCK_DEADLOCK.  CALLBACK should return 0 on success or EINTR to cancel
- * the scan. */
+/* Call CALLBACK for each non-alias track below ROOT (or all tracks if ROOT is
+ * 0).  Return 0 or DB_LOCK_DEADLOCK.  CALLBACK should return 0 on success or
+ * EINTR to cancel the scan. */
 
 /* fill KEY in with S, returns KEY */
 static inline DBT *make_key(DBT *key, const char *s) {