Motr  M0
unlink.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 unlink.c:

Go to the source code of this file.

Functions

static void unlink_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 67 of file unlink.c.

Here is the call graph for this function:

◆ unlink_usage()

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

Definition at line 40 of file unlink.c.

Here is the caller graph for this function:

Variable Documentation

◆ conf

struct m0_config conf
static

Definition at line 37 of file unlink.c.

◆ container

struct m0_container container
static

Definition at line 36 of file unlink.c.

◆ dix_conf

struct m0_idx_dix_config dix_conf
static

Definition at line 38 of file unlink.c.

◆ m0_instance

struct m0_client* m0_instance = NULL
static

Definition at line 35 of file unlink.c.