Skip to content

Commit

Permalink
Move all RPC I/O to separate thread.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Garzik authored and jgarzik committed Mar 15, 2011
1 parent cdb4cd9 commit 4f7a51e
Show file tree
Hide file tree
Showing 5 changed files with 640 additions and 51 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -13,7 +13,7 @@ INCLUDES = $(PTHREAD_FLAGS) -fno-strict-aliasing $(JANSSON_INCLUDES)

bin_PROGRAMS = minerd

minerd_SOURCES = miner.h compat.h \
minerd_SOURCES = elist.h miner.h compat.h \
cpu-miner.c util.c \
sha256_generic.c sha256_4way.c sha256_via.c \
sha256_cryptopp.c sha256_sse2_amd64.c
Expand Down

0 comments on commit 4f7a51e

Please sign in to comment.