From: braam Date: Thu, 28 Feb 2002 08:53:28 +0000 (+0000) Subject: - this patch breaks out the RPC subsystem X-Git-Tag: v1_7_100~1^100~117 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=71ab6546aa3e39627c50fa556acc664edcb5e110;p=fs%2Flustre-release.git - this patch breaks out the RPC subsystem - client - service - events - niobuf correspond to various components. The ost, mds, osc and mdc are now merely users of this system. The code is not complete, checked into a branch. --- diff --git a/lustre/ptlrpc/Makefile.am b/lustre/ptlrpc/Makefile.am index 25abfc8..d9ec67e 100644 --- a/lustre/ptlrpc/Makefile.am +++ b/lustre/ptlrpc/Makefile.am @@ -9,6 +9,6 @@ MODULE = ptlrpc modulefs_DATA = ptlrpc.o EXTRA_PROGRAMS = ptlrpc -ptlrpc_SOURCES = rpc.c +ptlrpc_SOURCES = rpc.c events.c service.c client.c niobuf.c include $(top_srcdir)/Rules