1 Star 0 Fork 1

derekwin/oflops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
module_run.h 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
haris 提交于 2011-02-09 05:09 +08:00 . integrating work at t-labs with main code
#ifndef MODULE_RUN_H
#define MODULE_RUN_H
#include "oflops.h"
#include "test_module.h"
int load_test_module(oflops_context *ctx, char * mod_filename, char * initstr);
int run_test_module(oflops_context *ctx, int ix_test); //, test_module * mod);
int setup_test_module(oflops_context *ctx, int ix_mod);
int run_traffic_generation(oflops_context *ctx, int ix_mod);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/derekwin/oflops.git
git@gitee.com:derekwin/oflops.git
derekwin
oflops
oflops
master

搜索帮助