📄 postprivparent.h
字号:
#ifndef VSF_LOGINPRIVPARENT_H#define VSF_LOGINPRIVPARENT_Hstruct vsf_session;/* vsf_priv_parent_postlogin() * PURPOSE * Called in the two process security model to commence "listening" for * requests from the unprivileged child. * PARAMETERS * p_sess - the current session object */void vsf_priv_parent_postlogin(struct vsf_session* p_sess);#endif /* VSF_LOGINPRIVPARENT_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -