X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Futils%2Flnetconfig%2Fliblnetconfig.h;h=5b9e36b048b3e91ef7fbb08fa4e6782ea2853088;hp=3256726cc8ddec4e2638d40db3405075cb0b6a16;hb=9affdff656353bb31f22baeccd405bd8066914bc;hpb=f4e3a8239c520606032aa38f7c114cd9600385f3 diff --git a/lnet/utils/lnetconfig/liblnetconfig.h b/lnet/utils/lnetconfig/liblnetconfig.h index 3256726..5b9e36b 100644 --- a/lnet/utils/lnetconfig/liblnetconfig.h +++ b/lnet/utils/lnetconfig/liblnetconfig.h @@ -377,17 +377,4 @@ int lustre_lnet_parse_interfaces(char *intf_str, int lustre_lnet_parse_nids(char *nids, char **array, int size, char ***out_array); -/* - * lustre_lnet_send_dbg_task - * send a debug task to be carried out in the kernel. This API will - * not be exposed to the user through lnetctl utility. It can only be - * executed by being called directly. - * dbg_task: The task to be carried out - * dbg_info: task specific information - */ -int lustre_lnet_send_dbg_task(enum lnet_dbg_task dbg_task, - struct lnet_dbg_task_info *dbg_info, - struct cYAML **show_rc, - struct cYAML **err_rc); - #endif /* LIB_LNET_CONFIG_API_H */