~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/function_map.h

mergeĀ fromĀ lp

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  bool get(std::string function, gearman_client_st *client);
31
31
};
32
32
 
 
33
/* This returns a reference to the global function map class. */
33
34
GearmanFunctionMap& GetFunctionMap(void);