Coda Distributed File System
|
#include <sys/types.h>
#include <sys/param.h>
#include <time.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/file.h>
#include <netinet/in.h>
#include "coda_assert.h"
#include <errno.h>
#include <signal.h>
#include <stdio.h>
#include <stdarg.h>
#include <fcntl.h>
#include "coda_string.h"
#include "coda_flock.h"
#include <lwp/lwp.h>
#include <lwp/lock.h>
#include <lwp/timer.h>
#include <rpc2/rpc2.h>
#include <rpc2/se.h>
#include <rpc2/sftp.h>
#include <vice.h>
#include <util.h>
#include <volutil.h>
#include <codaconf.h>
#include <vice_file.h>
#include <coda_getservbyname.h>
#include "update.h"
#include "getsecret.h"
Macros | |
#define | UPDATENAME "updateclnt" |
#define | MONITORNAME "UpdateMonitor" |
#define | NEEDNEW 232 |
#define | LISTNAME "files" |
#define | LISTLEN 4096 |
Functions | |
long | VolUpdateDB (RPC2_Handle) |
char * | ViceErrorMsg (int errorCode) |
int | main (int argc, char **argv) |
#define LISTLEN 4096 |
#define LISTNAME "files" |
#define MONITORNAME "UpdateMonitor" |
#define NEEDNEW 232 |
#define UPDATENAME "updateclnt" |
int main | ( | int | argc, |
char ** | argv | ||
) |
char * ViceErrorMsg | ( | int | errorCode | ) |
long VolUpdateDB | ( | RPC2_Handle | ) |