From: deen Date: Wed, 10 Sep 2008 08:51:06 +0000 (+0000) Subject: Initialize RPC XID from clock at startup (randomly if clock is bad). X-Git-Tag: v1_7_100~1^266 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5df140cf9afb6735364cbf05089ad3b2aba0ec8d;p=fs%2Flustre-release.git Initialize RPC XID from clock at startup (randomly if clock is bad). b=2066 i=nathan.rutman i=johann --- 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);