aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorPaul Eggert2012-06-22 14:17:42 -0700
committerPaul Eggert2012-06-22 14:17:42 -0700
commitd35af63cd671563fd188c3b0a1ef30067027c7aa (patch)
treec9e01847ccf788e23794684da9331c3e0defd0d3 /src/process.h
parentf143bfe38b43ad0a9d817f05c25e418982dca06f (diff)
downloademacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.tar.gz
emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.zip
Support higher-resolution time stamps.
Fixes: debbugs:9000
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 ae4b6b61c94..649056a99ff 100644
--- a/src/process.h
+++ b/src/process.h
@@ -106,8 +106,8 @@ struct Lisp_Process
106 On some systems, e.g. GNU/Linux, Emacs is seen as 106 On some systems, e.g. GNU/Linux, Emacs is seen as
107 an interactive app also when reading process output, meaning 107 an interactive app also when reading process output, meaning
108 that process output can be read in as little as 1 byte at a 108 that process output can be read in as little as 1 byte at a
109 time. Value is micro-seconds to delay reading output from 109 time. Value is nanoseconds to delay reading output from
110 this process. Range is 0 .. 50000. */ 110 this process. Range is 0 .. 50 * 1000 * 1000. */
111 int read_output_delay; 111 int read_output_delay;
112 /* Should we delay reading output from this process. 112 /* Should we delay reading output from this process.
113 Initialized from `Vprocess_adaptive_read_buffering'. 113 Initialized from `Vprocess_adaptive_read_buffering'.