From 1879dc4b595e1209d2c7ea159fb6e37287edd520 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 30 Jan 2013 02:22:38 -0800 Subject: Initial set of changes working to make fish robust against running out of file descriptors --- parser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parser.h') diff --git a/parser.h b/parser.h index 7677754b..c2ad6c9b 100644 --- a/parser.h +++ b/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 -- cgit v1.2.3