|
Motr
M0
|
#include <getopt.h>#include "lib/memory.h"#include "lib/trace.h"#include "motr/client_internal.h"#include "motr/st/utils/helper.h"
Go to the source code of this file.
Functions | |
| static void | writer_thread_launch (struct m0_cc_io_args *args) |
| static void | reader_thread_launch (struct m0_cc_io_args *args) |
| static void | mt_io (struct m0_thread *writer_t, struct m0_cc_io_args writer_args, struct m0_thread *reader_t, struct m0_cc_io_args reader_args, int writer_numb, int reader_numb) |
| static void | usage (FILE *file, char *prog_name) |
| int | main (int argc, char **argv) |
Variables | |
| static struct m0_client * | instance = NULL |
| static struct m0_container | container |
| static struct m0_config | conf |
| static struct m0_idx_dix_config | dix_conf |
| static struct m0_cc_io_args | writer_args |
| static struct m0_cc_io_args | reader_args |
| struct m0_addb_ctx | m0_addb_ctx |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
static |
Definition at line 52 of file cc_cp_cat.c.


|
static |
Definition at line 45 of file cc_cp_cat.c.


|
static |
|
static |
Definition at line 38 of file cc_cp_cat.c.


|
static |
Definition at line 31 of file cc_cp_cat.c.
|
static |
Definition at line 30 of file cc_cp_cat.c.
|
static |
Definition at line 32 of file cc_cp_cat.c.
Definition at line 29 of file cc_cp_cat.c.
| struct m0_addb_ctx m0_addb_ctx |
|
static |
Definition at line 34 of file cc_cp_cat.c.
|
static |
Definition at line 33 of file cc_cp_cat.c.