Coda Distributed File System
|
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <assert.h>
#include "coda_flock.h"
Functions | |
void | update_pidfile (const char *pidfile) |
int | daemonize (void) |
void | gogogo (int parent_fd) |
int daemonize | ( | void | ) |
void gogogo | ( | int | parent_fd | ) |
void update_pidfile | ( | const char * | pidfile | ) |