Unverified Commit 4fed53d4 authored by William F Godoy's avatar William F Godoy Committed by GitHub
Browse files

Update source/adios2/helper/adiosSystem.h

parent e072bd60
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ bool IsZeroIndexed(const std::string hostLanguage) noexcept;
 * returns a vector of strings with all available IP addresses on the node
 * @return vector of strings
 */
 #ifndef _WIN32
std::vector<std::string> AvailableIpAddresses() noexcept;

/**