diff options
Diffstat (limited to 'src/PortInfo.hpp')
-rw-r--r-- | src/PortInfo.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/PortInfo.hpp b/src/PortInfo.hpp index 9b05c43..8b7eba9 100644 --- a/src/PortInfo.hpp +++ b/src/PortInfo.hpp @@ -23,6 +23,8 @@ #include <boost/optional.hpp> #include <string> +namespace patchage { + /// Extra information about a port not expressed in its ID struct PortInfo { @@ -33,4 +35,6 @@ struct PortInfo bool is_terminal; ///< True if this is a system port }; +} // namespace patchage + #endif // PATCHAGE_PORTINFO_HPP |