/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* 61haes_r714 src/43haes/lib/libclfilecoll/hacmpfcmodtime.cre 1.2 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* Restricted Materials of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 2003,2004 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* @(#)65 1.2 src/43haes/lib/libclfilecoll/hacmpfcmodtime.cre, hacmp.libcluster, 61haes_r714 1/21/04 18:20:39 */ /* * COMPONENT_NAME: LIB * * FUNCTIONS: none * * ORIGINS: 27 * */ class HACMPfcmodtime { char name[1025]; /* Name of the file, 1024 chars plus NULL. */ ulong64 modtime; /* The last known modification date of the file. * The value that is stored here is actually the last * modification date of the file, which is stored as a * time_t in C. A time_t is 32 bits when compiled in 32 * bit mode, and 64 bits when compiled in 64 bit mode. * So we use a ulong64 here to ensure we can store * 64 bits in 64 bit mode. */ }