[PVFS2-CVS] commit by pcarns in pvfs2/src/client/sysint: finalize.c
pint-sysint-utils.h
CVS commit program
cvs at parl.clemson.edu
Mon Mar 8 23:19:01 EST 2004
Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb:/tmp/cvs-serv22815/src/client/sysint
Modified Files:
finalize.c pint-sysint-utils.h
Log Message:
modified PVFS_util_parse_pvfstab to return a const pointer to a tab
structure managed within the library; user no longer responsible for
allocating or freeing any of it
Index: finalize.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/finalize.c,v
diff -p -u -r1.22 -r1.23
--- finalize.c 12 Nov 2003 15:38:39 -0000 1.22
+++ finalize.c 9 Mar 2004 04:19:01 -0000 1.23
@@ -54,6 +54,8 @@ int PVFS_sys_finalize()
PINT_encode_finalize();
+ PINT_release_pvfstab();
+
gossip_disable();
return(0);
Index: pint-sysint-utils.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/pint-sysint-utils.h,v
diff -p -u -r1.12 -r1.13
--- pint-sysint-utils.h 8 Mar 2004 22:06:36 -0000 1.12
+++ pint-sysint-utils.h 9 Mar 2004 04:19:01 -0000 1.13
@@ -78,6 +78,7 @@ int PINT_do_lookup (
int PINT_server_get_config(
struct server_configuration_s *config,
PVFS_util_tab tab);
+void PINT_release_pvfstab(void);
struct server_configuration_s *PINT_get_server_config_struct(void);
More information about the PVFS2-CVS
mailing list