Motr  M0
copy_mt.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <getopt.h>
#include "lib/memory.h"
#include "lib/trace.h"
#include "motr/client.h"
#include "motr/client_internal.h"
#include "motr/st/utils/helper.h"
Include dependency graph for copy_mt.c:

Go to the source code of this file.

Functions

static void copy_thread_launch (struct m0_copy_mt_args *args)
 
static void copy_mt_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

◆ copy_mt_usage()

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

Definition at line 59 of file copy_mt.c.

Here is the caller graph for this function:

◆ copy_thread_launch()

static void copy_thread_launch ( struct m0_copy_mt_args args)
static

Definition at line 38 of file copy_mt.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 95 of file copy_mt.c.

Here is the call graph for this function:

Variable Documentation

◆ conf

struct m0_config conf
static

Definition at line 35 of file copy_mt.c.

◆ container

struct m0_container container
static

Definition at line 34 of file copy_mt.c.

◆ dix_conf

struct m0_idx_dix_config dix_conf
static

Definition at line 36 of file copy_mt.c.

◆ m0_instance

struct m0_client* m0_instance = NULL
static

Definition at line 33 of file copy_mt.c.