From 26b23c817fbc00e6d4af1bcd7f1ef2db2819d9ff Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 22 Dec 2008 15:08:36 +0200 Subject: Implement RememberPowered config option --- src/hcid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hcid.h') diff --git a/src/hcid.h b/src/hcid.h index 90e31f0d..988205da 100644 --- a/src/hcid.h +++ b/src/hcid.h @@ -55,6 +55,7 @@ struct main_opts { uint32_t pairto; uint16_t link_mode; uint16_t link_policy; + gboolean remember_powered; uint8_t scan; uint8_t mode; -- cgit