Filling in taskwork and tasksink parts of PUSH/PULL example

This commit is contained in:
Dan Buch
2012-03-18 17:13:17 -04:00
parent b612f4dfc6
commit 1a278e5ae3
4 changed files with 62 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
CFLAGS += -I. -I/usr/local/include
LDFLAGS += -lstdc++ -lpthread -luuid -lrt
LIBZMQ := /usr/local/lib/libzmq.a
TARGETS := hwserver hwclient wuserver wuclient taskvent
TARGETS := hwserver hwclient wuserver wuclient taskvent taskwork tasksink
%:%.c