Example Background Client. 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[]) |
Example Background Client.
Definition in file reverse_client_bg.c.
static void usage | ( | char * | name | ) | [static] |
Definition at line 109 of file reverse_client_bg.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 23 of file reverse_client_bg.c.