From 26bb069c535e3fd5b0e0fb28fb54a2a540b60a84 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 18 Feb 2011 17:41:24 +0000 Subject: Some Uuid tweaks, not much, just figuring out the format. MyriadFs is coming along quite nicely. It looks like it works great for normal programs, but there need to be some tweaks made to a few things before it's working 100% via fuse. Also, the fuse module won't let you specify a file, a little odd. --- src/tests/uuid.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tests/uuid.cpp') diff --git a/src/tests/uuid.cpp b/src/tests/uuid.cpp index b6470fa..d2f67b1 100644 --- a/src/tests/uuid.cpp +++ b/src/tests/uuid.cpp @@ -15,6 +15,7 @@ int main() Uuid i = Uuid::gen(); sio << i.toString() << sio.nl; + sio << "Version: " << i.getVersion() << sio.nl; return 0; } -- cgit v1.2.3