~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/gman_do.cc

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
      return NULL;
75
75
    }
76
76
 
77
 
    gearman_client_set_workload_malloc(&client, _do_malloc, this);
 
77
    gearman_client_set_workload_malloc_fn(&client, _do_malloc, this);
78
78
    options= (gman_do_options_t)(options | GMAN_DO_OPTIONS_CLIENT);
79
79
  }
80
80