Merge pull request #2921 from sigiesec/mechanism-cleanup

Problem: code style issues in mechanism_t and socket_base_t
This commit is contained in:
Luca Boccassi
2018-02-08 21:53:14 +00:00
committed by GitHub
3 changed files with 97 additions and 48 deletions

View File

@@ -137,7 +137,7 @@ class mechanism_t
// Returns true iff socket associated with the mechanism
// is compatible with a given socket type 'type_'.
bool check_socket_type (const std::string &type_) const;
bool check_socket_type (const char *type_, size_t len_) const;
};
}