cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/root.h


From: Larry Jones
Subject: [Cvs-cvs] Changes to ccvs/src/root.h
Date: Fri, 02 Sep 2005 17:51:18 -0400

Index: ccvs/src/root.h
diff -u ccvs/src/root.h:1.17 ccvs/src/root.h:1.18
--- ccvs/src/root.h:1.17        Wed Aug 31 16:51:02 2005
+++ ccvs/src/root.h     Fri Sep  2 21:51:09 2005
@@ -31,6 +31,7 @@
     char *original;            /* The complete source CVSroot string. */
     CVSmethod method;          /* One of the enum values above. */
     char *directory;           /* The directory name. */
+    unsigned char isremote;    /* Nonzero if we are doing remote access. */
 /* The following is required for servers now to allow Redirects to be sent
  * for remote roots when client support is disabled.
  */
@@ -47,7 +48,6 @@
                                 * used.
                                 */
     int proxy_port;            /* The port of the proxy or zero, as above. */
-    unsigned char isremote;    /* Nonzero if we are doing remote access. */
     bool redirect;             /* False if we are to disable redirects. */
 #endif /* defined (CLIENT_SUPPORT) || defined (SERVER_SUPPORT) */
 } cvsroot_t;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]