Motr  M0
reglib.c File Reference
#include <stdio.h>
#include <unistd.h>
#include "motr/client_internal.h"
#include "util.h"
Include dependency graph for reglib.c:

Go to the source code of this file.

Functions

static void usage ()
 
int main (int argc, char **argv)
 

Variables

char * prog
 
const char * help_str
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 44 of file reglib.c.

Here is the call graph for this function:

◆ usage()

static void usage ( void  )
static

Definition at line 38 of file reglib.c.

Here is the caller graph for this function:

Variable Documentation

◆ help_str

const char* help_str
Initial value:
= "\
\n\
Usage: %s OPTIONS libpath\n\
\n\
-e <addr> endpoint address\n\
-x <addr> ha-agent (hax) endpoint address\n\
-f <fid> process fid\n\
-p <fid> profile fid\n\
\n"

Definition at line 28 of file reglib.c.

◆ prog

char* prog

Definition at line 26 of file reglib.c.