cvs-cvs
[Top][All Lists]
Advanced

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

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


From: Jim Hyslop
Subject: [Cvs-cvs] Changes to ccvs/src/watch.h
Date: Wed, 03 Aug 2005 21:04:39 -0400

Index: ccvs/src/watch.h
diff -u ccvs/src/watch.h:1.7 ccvs/src/watch.h:1.8
--- ccvs/src/watch.h:1.7        Fri Aug 20 21:02:31 2004
+++ ccvs/src/watch.h    Thu Aug  4 01:04:34 2005
@@ -38,8 +38,18 @@
 
     /* Should we set the default?  This is here for passing among various
        routines in watch.c (a good place for it if there is ever any reason
-       to make the stuff reentrant), not for watch_modify_watchers.  */
+       to make the stuff reentrant), not for watch_modify_watchers. 
+       This is only set if there are no arguments specified, e.g. 'cvs watch 
add' */
     int setting_default;
+
+    /* List of directories specified on the command line, to set the
+       default attributes. */
+    const char ** dirs;
+    int num_dirs;
+
+    /* Is this recursive? */
+    int local;
+
 };
 
 /* Modify the watchers for FILE.  *WHAT tells what to do to them.




reply via email to

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