diff options
Diffstat (limited to 'sesman/config.h')
| -rw-r--r-- | sesman/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sesman/config.h b/sesman/config.h index fc964a60..6e63fcef 100644 --- a/sesman/config.h +++ b/sesman/config.h @@ -39,6 +39,7 @@ #define SESMAN_CFG_USERWM "UserWindowManager" #define SESMAN_CFG_MAX_SESSION "MaxSessions" #define SESMAN_CFG_AUTH_FILE_PATH "AuthFilePath" +#define SESMAN_CFG_RECONNECT_SH "ReconnectScript" #define SESMAN_CFG_RDP_PARAMS "X11rdp" #define SESMAN_CFG_XORG_PARAMS "Xorg" @@ -205,6 +206,11 @@ struct config_sesman */ char user_wm[32]; /** + * @var reconnect_sh + * @brief Script executed when reconnected + */ + char *reconnect_sh; + /** * @var auth_file_path * @brief Auth file path */ |
