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/element_impl.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/element_impl.hpp') diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index 89097b4..477b478 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -25,10 +25,11 @@ struct ElementImpl void hier_block_cleanup(void); void block_cleanup(void); - //common element properties + //element identification std::string name; - long unique_id; - std::string id; + std::string repr; + boost::shared_ptr uid; + boost::shared_ptr weak_self; //top block stuff -- cgit