postprivparent.h 397 B

12345678910111213141516
  1. #ifndef VSF_LOGINPRIVPARENT_H
  2. #define VSF_LOGINPRIVPARENT_H
  3. struct vsf_session;
  4. /* vsf_priv_parent_postlogin()
  5. * PURPOSE
  6. * Called in the two process security model to commence "listening" for
  7. * requests from the unprivileged child.
  8. * PARAMETERS
  9. * p_sess - the current session object
  10. */
  11. void vsf_priv_parent_postlogin(struct vsf_session* p_sess);
  12. #endif /* VSF_LOGINPRIVPARENT_H */