X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_net.h;h=d22d556a1051856ce333c4ee40c2333b4ba1c851;hp=41acb98ef63b5b8df88bfd7ccce2434ffee27c53;hb=389fde827be2ee6fb4ee08e955d773a2a16e70c6;hpb=4286ba6bc22412381f351b3c4cdb1dd3519fc1bd diff --git a/lustre/include/lustre_net.h b/lustre/include/lustre_net.h index 41acb98..d22d556 100644 --- a/lustre/include/lustre_net.h +++ b/lustre/include/lustre_net.h @@ -1612,6 +1612,8 @@ int ptlrpc_connect_import(struct obd_import *imp); int ptlrpc_init_import(struct obd_import *imp); int ptlrpc_disconnect_import(struct obd_import *imp, int noclose); int ptlrpc_import_recovery_state_machine(struct obd_import *imp); +void deuuidify(char *uuid, const char *prefix, char **uuid_start, + int *uuid_len); /* ptlrpc/pack_generic.c */ int ptlrpc_reconnect_import(struct obd_import *imp);