mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-12 07:11:51 +00:00
Merge pull request #503 in FS/freeswitch from ~SSINYAGIN/freeswitch:bugfix/FS-8195-compatibility-with-solaris-11-process to master
* commit '9461ed13358eb0231ab75871158eae92dab66cd2': FS-8195 Compatibility with Solaris 11 process privileges
This commit is contained in:
@@ -2243,6 +2243,12 @@ SWITCH_DECLARE(switch_core_flag_t) switch_core_flags(void);
|
||||
*/
|
||||
SWITCH_DECLARE(switch_status_t) switch_core_management_exec(char *relative_oid, switch_management_action_t action, char *data, switch_size_t datalen);
|
||||
|
||||
/*!
|
||||
\brief Switch on the privilege awareness for the process and request required privileges
|
||||
\return 0 on success
|
||||
*/
|
||||
|
||||
SWITCH_DECLARE(int32_t) switch_core_set_process_privileges(void);
|
||||
|
||||
/*!
|
||||
\brief Set the maximum priority the process can obtain
|
||||
|
||||
Reference in New Issue
Block a user