X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FCECClient.h;h=26944a7068281229d444b36e77dedbf6c2d1a673;hb=55c18d43f7360c8bb0ee91ea8509742c94f7a59e;hp=fccb083e4dd49a3d3b85bc2706b17c4fbb6b209e;hpb=5d19989ff572f154b7c42f2151390b02dc106983;p=deb_libcec.git diff --git a/src/lib/CECClient.h b/src/lib/CECClient.h index fccb083..26944a7 100644 --- a/src/lib/CECClient.h +++ b/src/lib/CECClient.h @@ -307,6 +307,7 @@ namespace CEC PLATFORM::CMutex m_logMutex; /**< mutex that is held when sending a log message back to the client */ cec_user_control_code m_iCurrentButton; /**< the control code of the button that's currently held down (if any) */ int64_t m_buttontime; /**< the timestamp when the button was pressed (in seconds since epoch), or 0 if none was pressed. */ + int64_t m_iPreventForwardingPowerOffCommand; /**< prevent forwarding standby commands until this time */ PLATFORM::SyncedBuffer m_logBuffer; /**< @deprecated will be removed in v2.0. buffer for log messages */ PLATFORM::SyncedBuffer m_keyBuffer; /**< @deprecated will be removed in v2.0. buffer for keypresses */ PLATFORM::SyncedBuffer m_commandBuffer; /**< @deprecated will be removed in v2.0. buffer for commands */