From d15ca88acfbd71c5d4f8ab3dabe0f4fbde205985 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 1 Jun 2013 22:46:29 -0700 Subject: gras: created uid API - replaces name and unique_id --- lib/block_handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/block_handlers.cpp') diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp index 12ba065..e0ee67a 100644 --- a/lib/block_handlers.cpp +++ b/lib/block_handlers.cpp @@ -154,7 +154,7 @@ void BlockActor::handle_get_stats( //create the message reply object GetStatsMessage message; - message.block_id = this->block_ptr->to_string(); + message.block_id = this->block_ptr->get_uid(); message.stats = this->stats; message.stats_time = time_now(); -- cgit