#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <errno.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <atalk/afp_util.h>
#include <atalk/atp.h>
#include <atalk/asp.h>
#include <atalk/compat.h>
#include <atalk/logger.h>
#include <atalk/util.h>
#include <atalk/globals.h>
#include <atalk/netatalk_conf.h>
#include "switch.h"
#include "auth.h"
#include "fork.h"
#include "dircache.h"
Functions | |
static void | afp_asp_close (AFPObj *obj) |
static void | afp_asp_die (const int sig) |
static void | afp_asp_timedown (int sig _U_) |
static void | afp_asp_reload (int sig _U_) |
void | afp_over_asp (AFPObj *obj) |
Variables | |
static AFPObj * | child |
volatile int | reload_request |
|
static |
|
static |
|
static |
|
static |
void afp_over_asp | ( | AFPObj * | obj | ) |
|
static |
|
extern |