diff options
| author | Luke Dashjr <[email protected]> | 2012-05-13 04:43:24 +0000 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-07-11 14:48:02 +0200 |
| commit | ff6a7af154f2151c93a06b7ee86c167603c5ac55 (patch) | |
| tree | 5042feb9576de0a4857ac41e444774a87f79194f /src/rpcserver.h | |
| parent | Merge pull request #4501 (diff) | |
| download | discoin-ff6a7af154f2151c93a06b7ee86c167603c5ac55.tar.xz discoin-ff6a7af154f2151c93a06b7ee86c167603c5ac55.zip | |
getblocktemplate: longpolling support
Diffstat (limited to 'src/rpcserver.h')
| -rw-r--r-- | src/rpcserver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h index e32eb975a..31badadd6 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -40,6 +40,8 @@ void StartRPCThreads(); void StartDummyRPCThread(); /* Stop RPC threads */ void StopRPCThreads(); +/* Query whether RPC is running */ +bool IsRPCRunning(); /* Type-check arguments; throws JSONRPCError if wrong type given. Does not check that |