home *** CD-ROM | disk | FTP | other *** search
/ ftp.parl.clemson.edu / 2015-02-07.ftp.parl.clemson.edu.tar / ftp.parl.clemson.edu / pub / pvfs2 / orangefs-2.8.3-20110323.tar.gz / orangefs-2.8.3-20110323.tar / orangefs / include / pvfs2-dist-basic.h < prev    next >
C/C++ Source or Header  |  2004-07-28  |  501b  |  28 lines

  1. /*
  2.  * (C) 2002 Clemson University.
  3.  *
  4.  * See COPYING in top-level directory.
  5.  */       
  6.  
  7. #ifndef  __PVFS2_DIST_BASIC_H 
  8. #define  __PVFS2_DIST_BASIC_H 
  9.  
  10. /* Identifier to use when looking up this distribution */
  11. #define PVFS_DIST_BASIC_NAME "basic_dist"
  12. #define PVFS_DIST_BASIC_NAME_SIZE 11
  13.  
  14. struct PVFS_basic_params_s {
  15. };
  16. typedef struct PVFS_basic_params_s PVFS_basic_params;
  17.  
  18. #endif
  19.  
  20. /*
  21.  * Local variables:
  22.  *  c-indent-level: 4
  23.  *  c-basic-offset: 4
  24.  * End:
  25.  *
  26.  * vim: ts=8 sts=4 sw=4 expandtab
  27.  */
  28.