Echo Worker. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <libgearman/gearman.h>
Go to the source code of this file.
Functions | |
static void | usage (char *name) |
int | main (int argc, char *argv[]) |
Echo Worker.
Definition in file echo_worker.c.
static void usage | ( | char * | name | ) | [static] |
Definition at line 78 of file echo_worker.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 23 of file echo_worker.c.