mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-04-27 10:20:49 +00:00
* use searpc-named-pipe-transport * delete unused files * remove not threaded rpc * use NamedPipeClient * remove not threaded rpc * remove unused code * remove unused rpc function * remove unused code and source files * Add name of rpc named pipe to ccent.h.
12 lines
336 B
Makefile
12 lines
336 B
Makefile
|
|
ccnetdir = $(includedir)/ccnet
|
|
|
|
ccnet_HEADERS = ccnet-client.h peer.h proc-factory.h \
|
|
message.h option.h \
|
|
processor.h sendcmd-proc.h \
|
|
mqclient-proc.h invoke-service-proc.h \
|
|
status-code.h cevent.h timer.h ccnet-session-base.h \
|
|
valid-check.h job-mgr.h packet.h \
|
|
async-rpc-proc.h rpcserver-proc.h \
|
|
threaded-rpcserver-proc.h
|