Browse Source

added stubbed out is_started()

Dave Schuyler 22 years ago
parent
commit
baf11afd75
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/pstatclient/pStatCollector.h

+ 1 - 0
panda/src/pstatclient/pStatCollector.h

@@ -107,6 +107,7 @@ PUBLISHED:
                         const string &name);
 
   INLINE bool is_active() { return false; }
+  INLINE bool is_started() { return false; }
   INLINE void start() { }
   INLINE void stop() { }