expose SamKeys to applications using the library.

This commit is contained in:
idk
2018-08-01 13:12:30 -04:00
parent 43a8d21241
commit 087a92b7b4
2 changed files with 9 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ type SAMForwarder struct {
TargetPort string
samConn *sam3.SAM
samKeys sam3.I2PKeys
SamKeys sam3.I2PKeys
publishStream *sam3.StreamSession
publishListen *sam3.StreamListener
publishConnection net.Conn