|
Motr
M0
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include "motr/init.h"#include "lib/assert.h"#include "lib/errno.h"#include "lib/getopts.h"#include "lib/memory.h"#include "lib/thread.h"#include "net/net.h"#include "net/lnet/lnet.h"#include "net/lnet/st/ping.h"
Go to the source code of this file.
Macros | |
| #define | CPARAM_SET(f) params[i].f = f |
Functions | |
| static int | quiet_printf (const char *fmt,...) |
| int | main (int argc, char *argv[]) |
Variables | |
| static struct nlx_ping_ctx | sctx |
| static struct nlx_ping_ops | verbose_ops |
| static struct nlx_ping_ops | quiet_ops |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
|
static |
|
static |