Explorar o código

added stubbed out is_started()

Dave Schuyler %!s(int64=22) %!d(string=hai) anos
pai
achega
baf11afd75
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      panda/src/pstatclient/pStatCollector.h

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

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