mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
Fix function declaration for uuid::toString()
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
parent
ac67044222
commit
70398e02b7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace villas {
|
||||||
namespace uuid {
|
namespace uuid {
|
||||||
|
|
||||||
// Convert a UUID to C++ string
|
// Convert a UUID to C++ string
|
||||||
std::string toString(uuid_t in);
|
std::string toString(const uuid_t in);
|
||||||
|
|
||||||
// Generate an UUID by MD5 hashing the provided string
|
// Generate an UUID by MD5 hashing the provided string
|
||||||
int generateFromString(uuid_t out, const std::string &data, const std::string &ns = "");
|
int generateFromString(uuid_t out, const std::string &data, const std::string &ns = "");
|
||||||
|
|
Loading…
Add table
Reference in a new issue