diff options
Diffstat (limited to 'server_conn.go')
-rw-r--r-- | server_conn.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server_conn.go b/server_conn.go index 53c7f1a..ba229d1 100644 --- a/server_conn.go +++ b/server_conn.go @@ -29,6 +29,8 @@ type ServerConn struct { salt, srpA, a, srpK []byte } + mediaPool string + inv mt.Inv detachedInvs []string |