kinetic-c  v0.12.0
Seagate Kinetic Protocol Client Library for C
Functions | Variables
setup_teardown.c File Reference
#include "kinetic_client.h"
#include "kinetic_types.h"
#include "byte_array.h"
#include <stdlib.h>
#include <getopt.h>
#include <stdio.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/file.h>

Go to the source code of this file.

Functions

static void usage (void)
 
static void handle_args (int argc, char **argv)
 
int main (int argc, char **argv)
 

Variables

static char * kinetic_host = "localhost"
 
static long idle_seconds = 0
 

Function Documentation

static void usage ( void  )
static

Definition at line 35 of file setup_teardown.c.

static void handle_args ( int  argc,
char **  argv 
)
static

Definition at line 40 of file setup_teardown.c.

References idle_seconds, kinetic_host, and usage().

int main ( int  argc,
char **  argv 
)

Variable Documentation

char* kinetic_host = "localhost"
static

Definition at line 32 of file setup_teardown.c.

long idle_seconds = 0
static

Definition at line 33 of file setup_teardown.c.