We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7bbe9 commit 27d7b00Copy full SHA for 27d7b00
storage/cttController.cpp
@@ -29,7 +29,7 @@
29
namespace ipxp {
30
31
void CttController::init(const std::string& nfb_dev, unsigned ctt_comp_index) {
32
- m_commander = std::make_unique<ctt::AsyncCommander>(ctt::NfbParams{nfb_dev, ctt_comp_index});
+ m_commander = std::make_unique<ctt::AsyncCommander>(ctt::NfbParamsFast{nfb_dev, ctt_comp_index});
33
try {
34
// Get UserInfo to determine key, state, and state_mask sizes
35
ctt::UserInfo user_info = m_commander->get_user_info();
0 commit comments