mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 00:01:15 -03:00
Initial set of changes working to make fish robust against running out of file descriptors
This commit is contained in:
4
parser.h
4
parser.h
@@ -164,9 +164,9 @@ struct event_block_t : public block_t
|
||||
|
||||
struct function_block_t : public block_t
|
||||
{
|
||||
process_t *process;
|
||||
const process_t *process;
|
||||
wcstring name;
|
||||
function_block_t(process_t *p, const wcstring &n, bool shadows);
|
||||
function_block_t(const process_t *p, const wcstring &n, bool shadows);
|
||||
};
|
||||
|
||||
struct source_block_t : public block_t
|
||||
|
||||
Reference in New Issue
Block a user