Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162081207
D56531.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
858 B
Referenced Files
None
Subscribers
None
D56531.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D56531: ctld: Mark a few more isns_* methods in the conf class private
Attached
Detach File
Event Timeline
Log In to Comment