~mm-yuhu/gearmand/server-funcs

« back to all changes in this revision

Viewing changes to libgearman/find_server.c

  • Committer: Brian Aker
  • Date: 2008-09-15 18:17:17 UTC
  • Revision ID: brian@gir.lan-20080915181717-mb6tl0n8kr8q76gx
Import from HG

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Dummy method for the moment */
 
2
#include "common.h"
 
3
 
 
4
uint32_t find_server(gearman_st *ptr)
 
5
{
 
6
  return 0;
 
7
}