From baee2e21f7020c77f41001bd759f8d41063eba3f Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Mon, 1 Jul 2013 01:49:34 +0000 Subject: ANother iteration, - started harvesting pieces from tshark. - fixed? signal handlers - interactive test program very hard to debug... set follow-on-fork doesn't seem to work on my mac. Need linux I guess... svn path=/trunk/; revision=50273 --- echld/common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'echld/common.c') diff --git a/echld/common.c b/echld/common.c index 7eee1817a3..5670175cb1 100644 --- a/echld/common.c +++ b/echld/common.c @@ -73,6 +73,7 @@ static struct _st_map st_map[] = { { READING, "READING"}, { CAPTURING, "CAPTURING"}, { DONE, "DONE"}, + { CLOSING, "CLOSING"}, { CLOSED, "CLOSED"}, { ERRORED, "ERRORED"}, {0,NULL} -- cgit v1.2.3