aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorJoakim Verona2012-05-30 14:08:12 +0200
committerJoakim Verona2012-05-30 14:08:12 +0200
commit70700d8c47a35b19e29607ac5f0ed322bdd78249 (patch)
tree4fa00d3fac00025354f0b6e23dcda1b58689a094 /src/process.h
parent44fce8ffe7198991c41c985ff4e67ec7d407907e (diff)
parent72cb32cf2f0938dd7dc733eed77b1ed1e497b053 (diff)
downloademacs-70700d8c47a35b19e29607ac5f0ed322bdd78249.tar.gz
emacs-70700d8c47a35b19e29607ac5f0ed322bdd78249.zip
upstream
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.h b/src/process.h
index 3eb94cb196b..edb937893b0 100644
--- a/src/process.h
+++ b/src/process.h
@@ -95,9 +95,9 @@ struct Lisp_Process
95 /* Descriptor by which we write to this process */ 95 /* Descriptor by which we write to this process */
96 int outfd; 96 int outfd;
97 /* Event-count of last event in which this process changed status. */ 97 /* Event-count of last event in which this process changed status. */
98 int tick; 98 EMACS_INT tick;
99 /* Event-count of last such event reported. */ 99 /* Event-count of last such event reported. */
100 int update_tick; 100 EMACS_INT update_tick;
101 /* Size of carryover in decoding. */ 101 /* Size of carryover in decoding. */
102 int decoding_carryover; 102 int decoding_carryover;
103 /* Hysteresis to try to read process output in larger blocks. 103 /* Hysteresis to try to read process output in larger blocks.