Coda Distributed File System
Macros | Functions
updateclnt.cc File Reference
#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"
Include dependency graph for updateclnt.cc:

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)
 

Macro Definition Documentation

◆ LISTLEN

#define LISTLEN   4096

◆ LISTNAME

#define LISTNAME   "files"

◆ MONITORNAME

#define MONITORNAME   "UpdateMonitor"

◆ NEEDNEW

#define NEEDNEW   232

◆ UPDATENAME

#define UPDATENAME   "updateclnt"

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ ViceErrorMsg()

char * ViceErrorMsg ( int  errorCode)

◆ VolUpdateDB()

long VolUpdateDB ( RPC2_Handle  )