Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c93fa8f
)
- this patch breaks out the RPC subsystem
author
braam
<braam>
Thu, 28 Feb 2002 08:53:28 +0000
(08:53 +0000)
committer
braam
<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
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/Makefile.am
b/lustre/ptlrpc/Makefile.am
index
25abfc8
..
d9ec67e
100644
(file)
--- 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