diff options
author | Hans Nilsson <[email protected]> | 2016-11-01 15:01:01 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-11-10 17:37:28 +0100 |
commit | 067d8310093620ce1139e8d8a030bce6dd22d886 (patch) | |
tree | 24407b72d16eeab78395fcdf62df4fd116d20d96 /lib/ssh/src/ssh_dbg.erl | |
parent | bbdba69b905f87d95257a65d902fc09c25f0be4a (diff) | |
download | otp-067d8310093620ce1139e8d8a030bce6dd22d886.tar.gz otp-067d8310093620ce1139e8d8a030bce6dd22d886.tar.bz2 otp-067d8310093620ce1139e8d8a030bce6dd22d886.zip |
ssh: exported ssh_dbg:shrink_bin and ssh_dbg:wr_record/3 for debugging purposes
Diffstat (limited to 'lib/ssh/src/ssh_dbg.erl')
-rw-r--r-- | lib/ssh/src/ssh_dbg.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ssh/src/ssh_dbg.erl b/lib/ssh/src/ssh_dbg.erl index ce5596e0f9..dff2bae9f2 100644 --- a/lib/ssh/src/ssh_dbg.erl +++ b/lib/ssh/src/ssh_dbg.erl @@ -28,6 +28,9 @@ stop/0 ]). +-export([shrink_bin/1, + wr_record/3]). + -include("ssh.hrl"). -include("ssh_transport.hrl"). -include("ssh_connect.hrl"). |