diff options
| author | Jim Posen <[email protected]> | 2017-12-08 10:52:42 -0800 |
|---|---|---|
| committer | Jim Posen <[email protected]> | 2018-04-25 11:25:09 -0700 |
| commit | 70d510d93c08a168407f55c932ab09c644dea3b8 (patch) | |
| tree | c20fd2b12e025dedc7e0447d077ac8ae753c1b18 /src/threadinterrupt.h | |
| parent | [index] TxIndex initial sync thread. (diff) | |
| download | discoin-70d510d93c08a168407f55c932ab09c644dea3b8.tar.xz discoin-70d510d93c08a168407f55c932ab09c644dea3b8.zip | |
[index] Allow TxIndex sync thread to be interrupted.
Diffstat (limited to 'src/threadinterrupt.h')
| -rw-r--r-- | src/threadinterrupt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threadinterrupt.h b/src/threadinterrupt.h index 54e310280..d373e3c37 100644 --- a/src/threadinterrupt.h +++ b/src/threadinterrupt.h @@ -18,6 +18,7 @@ class CThreadInterrupt { public: + CThreadInterrupt(); explicit operator bool() const; void operator()(); void reset(); |