Skip to content
Permalink
1139b72d5e
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
30 lines (25 sloc) 536 Bytes
/*
* (C) 2002 Clemson University.
*
* See COPYING in top-level directory.
*/
#ifndef __PVFS2_DIST_BASIC_H
#define __PVFS2_DIST_BASIC_H
/* Identifier to use when looking up this distribution */
#define PVFS_DIST_BASIC_NAME "basic_dist"
#define PVFS_DIST_BASIC_NAME_SIZE 11
struct PVFS_basic_params_s {
#ifdef WIN32
int field;
#endif
};
typedef struct PVFS_basic_params_s PVFS_basic_params;
#endif
/*
* Local variables:
* c-indent-level: 4
* c-basic-offset: 4
* End:
*
* vim: ts=8 sts=4 sw=4 expandtab
*/