From 71ab6546aa3e39627c50fa556acc664edcb5e110 Mon Sep 17 00:00:00 2001 From: braam Date: Thu, 28 Feb 2002 08:53:28 +0000 Subject: [PATCH] - 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. --- lustre/ptlrpc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1