]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.h
add dbtool hooks
[paraslash.git] / server.h
index b01c3f6a926da6122f0c2931ac200e06d7006436..ba9b39e45359ef08deba2c2ead21d4acfc4616b2 100644 (file)
--- a/server.h
+++ b/server.h
@@ -145,8 +145,10 @@ struct misc_meta_data{
        int dbt_num;
 /** commands set this to non-zero to request a database tool change */
        int dbt_change;
        int dbt_num;
 /** commands set this to non-zero to request a database tool change */
        int dbt_change;
-/* used by the sender command */
+/** used by the sender command */
        struct sender_command_data sender_cmd_data;
        struct sender_command_data sender_cmd_data;
+/** each dbtool has its private data pointer */
+       void *private_dbtool_data[NUM_DBTOOLS];
 };
 
 
 };