Motr  M0
touch.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <sys/time.h>
#include <getopt.h>
#include <libgen.h>
#include "lib/string.h"
#include "motr/client.h"
#include "motr/idx.h"
#include "motr/st/utils/helper.h"
Include dependency graph for touch.c:

Go to the source code of this file.

Functions

static void touch_usage (FILE *file, char *prog_name)
 
int main (int argc, char **argv)
 

Variables

static struct m0_clientm0_instance = NULL
 
static struct m0_container container
 
static struct m0_config conf
 
static struct m0_idx_dix_config dix_conf
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 66 of file touch.c.

Here is the call graph for this function:

◆ touch_usage()

static void touch_usage ( FILE *  file,
char *  prog_name 
)
static

Definition at line 38 of file touch.c.

Here is the caller graph for this function:

Variable Documentation

◆ conf

struct m0_config conf
static

Definition at line 35 of file touch.c.

◆ container

struct m0_container container
static

Definition at line 34 of file touch.c.

◆ dix_conf

struct m0_idx_dix_config dix_conf
static

Definition at line 36 of file touch.c.

◆ m0_instance

struct m0_client* m0_instance = NULL
static

Definition at line 33 of file touch.c.