#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.
|
static void | usage (void) |
|
static void | handle_args (int argc, char **argv) |
|
int | main (int argc, char **argv) |
|
static void usage |
( |
void |
| ) |
|
|
static |
static void handle_args |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
static |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 57 of file setup_teardown.c.
References ByteArray_CreateWithCString(), handle_args(), KineticSessionConfig::host, idle_seconds, Kinetic_GetStatusDescription(), KINETIC_PORT, KINETIC_STATUS_SUCCESS, KineticClient_CreateSession(), KineticClient_DestroySession(), KineticClient_Init(), KineticClient_Shutdown(), and KineticClientConfig::logFile.
char* kinetic_host = "localhost" |
|
static |