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:
9db9670
)
Initialize RPC XID from clock at startup (randomly if clock is bad).
author
deen
<deen>
Wed, 10 Sep 2008 08:51:06 +0000
(08:51 +0000)
committer
deen
<deen>
Wed, 10 Sep 2008 08:51:06 +0000
(08:51 +0000)
b=2066
i=nathan.rutman
i=johann
lustre/ptlrpc/ptlrpc_internal.h
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/ptlrpc_internal.h
b/lustre/ptlrpc/ptlrpc_internal.h
index
439a84a
..
0097a53
100644
(file)
--- a/
lustre/ptlrpc/ptlrpc_internal.h
+++ b/
lustre/ptlrpc/ptlrpc_internal.h
@@
-48,6
+48,13
@@
struct ptlrpc_request_set;
extern int test_req_buffer_pressure;
extern cfs_mem_cache_t *ptlrpc_cbdata_slab;
+/* client.c */
+void ptlrpc_init_xid(void);
+
+/* events.c */
+int ptlrpc_init_portals(void);
+void ptlrpc_exit_portals(void);
+
void ptlrpc_request_handle_notconn(struct ptlrpc_request *);
void lustre_assert_wire_constants(void);
int ptlrpc_import_in_recovery(struct obd_import *imp);