mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 16:21:15 -03:00
Make it possible to buffer input to other file descriptors than stdin. It is still only possible to buffer input on a single descriptor to any given job.
darcs-hash:20070107141052-ac50b-561265cd5acde7d882e4506870f13d61d34b3734.gz
This commit is contained in:
4
proc.h
4
proc.h
@@ -133,7 +133,9 @@ typedef struct process
|
||||
/** process ID */
|
||||
pid_t pid;
|
||||
/** File descriptor that pipe output should bind to */
|
||||
int pipe_fd;
|
||||
int pipe_write_fd;
|
||||
/** File descriptor that the _next_ process pipe input should bind to */
|
||||
int pipe_read_fd;
|
||||
/** true if process has completed */
|
||||
volatile int completed;
|
||||
/** true if process has stopped */
|
||||
|
||||
Reference in New Issue
Block a user