Skip to content

Commit

Permalink
[?] Add keyword variable for new "host" option in server_config.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Nov 11, 2024
1 parent 717708d commit 89a8467
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core/include/irods/irods_configuration_keywords.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ namespace irods
extern const char* const KW_CFG_ADDRESSES;
extern const char* const KW_CFG_ADDRESS;

extern const char* const KW_CFG_HOST;

// advanced settings
extern const char* const KW_CFG_DELAY_RULE_EXECUTORS;
extern const char* const KW_CFG_MAX_SIZE_FOR_SINGLE_BUFFER;
Expand Down
2 changes: 2 additions & 0 deletions lib/core/src/irods_configuration_keywords.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ namespace irods
const char* const KW_CFG_ADDRESSES{"addresses"};
const char* const KW_CFG_ADDRESS{"address"};

const char* const KW_CFG_HOST{"host"};

// advanced settings
const char* const KW_CFG_DELAY_RULE_EXECUTORS{"delay_rule_executors"};
const char* const KW_CFG_MAX_SIZE_FOR_SINGLE_BUFFER{"maximum_size_for_single_buffer_in_megabytes"};
Expand Down

0 comments on commit 89a8467

Please sign in to comment.