Whamcloud - gitweb
- this patch breaks out the RPC subsystem
authorbraam <braam>
Thu, 28 Feb 2002 08:53:28 +0000 (08:53 +0000)
committerbraam <braam>
Thu, 28 Feb 2002 08:53:28 +0000 (08:53 +0000)
 - 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

index 25abfc8..d9ec67e 100644 (file)
@@ -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