~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/manifest.h

  • Committer: Monty Taylor
  • Date: 2010-03-11 18:27:20 UTC
  • mfrom: (1333 staging)
  • mto: This revision was merged to the branch mainline in revision 1348.
  • Revision ID: mordred@inaugust.com-20100311182720-hd1h87y6cb1b1mp0
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
  plugin_license_type license; /* plugin license (PLUGIN_LICENSE_XXX)          */
62
62
  initialize_func_t init;     /* function to invoke when plugin is loaded     */
63
63
  initialize_func_t deinit;   /* function to invoke when plugin is unloaded   */
64
 
  drizzle_show_var *status_vars;
65
64
  drizzle_sys_var **system_vars;
66
65
  void *reserved1;           /* reserved for dependency checking             */
67
66
};