⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iscsi-discovery.h

📁 ISCSI user client software.Client would be used to access the IPSAN server.
💻 H
字号:
#ifndef ISCSI_DISCOVERY_H_#define ISCSI_DISCOVERY_H_#include "iscsid.h"		/* for process types */#include "string-buffer.h"/* functions */extern void discovery_process(struct iscsi_discovery_process *discovery);/* functions useful for implementing other types of discovery processes */extern int add_target_record(struct string_buffer *info, char *name, char *end,			     int lun_inventory_changed, char *default_address,			     char *default_port, int fd);extern int add_portal(struct string_buffer *info, char *address, char *port,		      char *tag);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -