OSDN Git Service

comment
authorcgf <cgf>
Wed, 26 Dec 2001 06:18:41 +0000 (06:18 +0000)
committercgf <cgf>
Wed, 26 Dec 2001 06:18:41 +0000 (06:18 +0000)
winsup/cygwin/child_info.h
winsup/cygwin/shared_info.h

index 5b7f219..36dcd95 100644 (file)
@@ -30,6 +30,9 @@ enum
 
 #define CURR_CHILD_INFO_MAGIC 0xba17
 
+/* NOTE: Do not make gratuitous changes to the names or organization of the
+   below class.  The layout is checksummed to determine compatibility between
+   different cygwin versions. */
 class child_info
 {
 public:
index 2d30554..e8fa45c 100644 (file)
@@ -45,6 +45,10 @@ class mount_item
 #define CURR_MOUNT_MAGIC 0xfe35
 
 class reg_key;
+
+/* NOTE: Do not make gratuitous changes to the names or organization of the
+   below class.  The layout is checksummed to determine compatibility between
+   different cygwin versions. */
 class mount_info
 {
  public:
@@ -136,6 +140,9 @@ public:
 
 #define CURR_SHARED_MAGIC 0x6f6e
 
+/* NOTE: Do not make gratuitous changes to the names or organization of the
+   below class.  The layout is checksummed to determine compatibility between
+   different cygwin versions. */
 class shared_info
 {
   DWORD inited;