Update uuid.

This commit is contained in:
Ms2ger 2016-04-07 09:00:22 +02:00
parent 1a6245828a
commit 489d2e5e49
10 changed files with 90 additions and 126 deletions

View file

@ -799,7 +799,7 @@ impl Node {
}
pub fn unique_id(&self) -> String {
self.unique_id.borrow().to_simple_string()
self.unique_id.borrow().simple().to_string()
}
pub fn summarize(&self) -> NodeInfo {