Coda Distributed File System
Functions | Variables
mklka.c File Reference
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
#include "coda_string.h"
#include <unistd.h>
#include <limits.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <coda_fts.h>
#include <fcntl.h>
#include "lka_private.h"
Include dependency graph for mklka.c:

Functions

int LWP_DispatchProcess (void)
 
int main (int argc, char **argv)
 

Variables

int VerboseFlag = 0
 
int RelativePathFlag = 0
 
int NumEntries = 0
 
char * NewLKDB = NULL
 
char * TreeRoot = NULL
 

Function Documentation

◆ LWP_DispatchProcess()

int LWP_DispatchProcess ( void  )

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ NewLKDB

char* NewLKDB = NULL

◆ NumEntries

int NumEntries = 0

◆ RelativePathFlag

int RelativePathFlag = 0

◆ TreeRoot

char* TreeRoot = NULL

◆ VerboseFlag

int VerboseFlag = 0