diff audioDB_API.h @ 435:53c487885b2c api-inversion

begin pushing an adb_query_spec_t * all the way through query. Almost all of the query specification data is in there now; missing are the key list refinement and the query datum. Mostly eliminate uses of the audioDB::sequenceLength member variable throughout query.cpp. It's still used in functions in index.cpp, though, so make sure that a correct value is installed before calling audioDB::index_query_loop()
author mas01cr
date Wed, 24 Dec 2008 10:55:56 +0000
parents 7af140bf8a0a
children 1a1ea05a94ce
line wrap: on
line diff
--- a/audioDB_API.h	Wed Dec 24 10:55:52 2008 +0000
+++ b/audioDB_API.h	Wed Dec 24 10:55:56 2008 +0000
@@ -151,8 +151,8 @@
 
 typedef struct adbqueryspec {
   adb_query_id_t qid;
-  adb_query_parameters_t qparms;
-  adb_query_refine_t qrefines;
+  adb_query_parameters_t params;
+  adb_query_refine_t refine;
 } adb_query_spec_t;
 
 /*******************************************************************/