Page MenuHomeFreeBSD

D56531.diff
No OneTemporary

D56531.diff

diff --git a/usr.sbin/ctld/ctld.hh b/usr.sbin/ctld/ctld.hh
--- a/usr.sbin/ctld/ctld.hh
+++ b/usr.sbin/ctld/ctld.hh
@@ -508,9 +508,6 @@
void set_timeout(int timeout);
bool add_isns(const char *addr);
- void isns_register_targets(struct isns *isns, struct conf *oldconf);
- void isns_deregister_targets(struct isns *isns);
- void isns_schedule_update();
void isns_update();
int apply(struct conf *oldconf);
@@ -523,6 +520,9 @@
struct isns_req isns_check_request(const char *hostname);
struct isns_req isns_deregister_request(const char *hostname);
void isns_check(struct isns *isns);
+ void isns_deregister_targets(struct isns *isns);
+ void isns_register_targets(struct isns *isns, struct conf *oldconf);
+ void isns_schedule_update();
std::string conf_pidfile_path;
std::unordered_map<std::string, std::unique_ptr<lun>> conf_luns;

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 10, 1:39 PM (10 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33326624
Default Alt Text
D56531.diff (858 B)

Event Timeline