X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=ba9b39e45359ef08deba2c2ead21d4acfc4616b2;hp=b01c3f6a926da6122f0c2931ac200e06d7006436;hb=f6dc51ad7914b60fe71a4fc53460925bdc513a9d;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/server.h b/server.h index b01c3f6a..ba9b39e4 100644 --- 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; -/* used by the sender command */ +/** used by the sender command */ struct sender_command_data sender_cmd_data; +/** each dbtool has its private data pointer */ + void *private_dbtool_data[NUM_DBTOOLS]; };