diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 4 |
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. |