From 04f18c9d501b444d3bde4d38fd674df8c3a2db3d Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 2 Mar 2008 15:40:17 -0500 Subject: Change supervision heirarchy to allow ports to support: 1) Owner process dies - shut down connection cleanly. 2) Port driver dies - restart port driver --- src/mysqlerl_port.hrl | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/mysqlerl_port.hrl (limited to 'src/mysqlerl_port.hrl') diff --git a/src/mysqlerl_port.hrl b/src/mysqlerl_port.hrl new file mode 100644 index 0000000..a7a3300 --- /dev/null +++ b/src/mysqlerl_port.hrl @@ -0,0 +1 @@ +-record(req, {request}). -- cgit v1.2.3