Add file missing from previous checkin to fix build

This commit is contained in:
zzz
2021-12-03 16:51:51 -05:00
parent d03c690724
commit e9aa3a55cc

View File

@@ -87,4 +87,11 @@ public interface TunnelInfo {
* @since 0.8.11
*/
public void setReused();
/**
* Has the tunnel failed completely?
*
* @since 0.9.53 copied from TunnelCreatorConfig
*/
public boolean getTunnelFailed();
}