commit | 354d46d395ab8968113d1590fbdb50f90682c8b2 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Wed Feb 06 13:49:48 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Wed Feb 06 14:20:15 2013 -0800 |
tree | 9f40819630c62fe919688615f185d2889e036220 | |
parent | a272a4efde7a958ea7f516ec05ce4bcd8061dcc3 [diff] [blame] |
timed-wait for fetcher in hope to solve crash problem Change-Id: I43d975c79deae25ab193fa484127b246e917724f
diff --git a/src/fetcher.h b/src/fetcher.h index 41a2301..0a0fe9d 100644 --- a/src/fetcher.h +++ b/src/fetcher.h
@@ -53,6 +53,9 @@ inline bool IsActive () const; + inline bool + IsTimedWait() const { return m_timedwait; } + void RestartPipeline (); @@ -109,6 +112,7 @@ FinishCallback m_finishCallback; bool m_active; + bool m_timedwait; Ccnx::Name m_name; Ccnx::Name m_deviceName;