From 5df140cf9afb6735364cbf05089ad3b2aba0ec8d Mon Sep 17 00:00:00 2001 From: deen Date: Wed, 10 Sep 2008 08:51:06 +0000 Subject: [PATCH] Initialize RPC XID from clock at startup (randomly if clock is bad). b=2066 i=nathan.rutman i=johann --- lustre/ptlrpc/ptlrpc_internal.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lustre/ptlrpc/ptlrpc_internal.h b/lustre/ptlrpc/ptlrpc_internal.h index 439a84a..0097a53 100644 --- 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); -- 1.8.3.1