From 69ecbdff21cd552ab9e0bc18dbbd42fb1aa5e799 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 21 Jun 2012 01:05:15 -0700 Subject: [PATCH] action: add 'get_cv()' accessor function --- action.h | 1 + 1 file changed, 1 insertion(+) diff --git a/action.h b/action.h index f6bc19b..f554e36 100644 --- a/action.h +++ b/action.h @@ -55,6 +55,7 @@ public: bool is_synchronizing(const ModelAction *act) const; void create_cv(ModelAction *parent = NULL); + ClockVector * get_cv() const { return cv; } void read_from(ModelAction *act); inline bool operator <(const ModelAction& act) const { -- 2.34.1