Greenbone Vulnerability Manager
22.5.2
|
GVM GMP layer: Logout handling. More...
#include "gmp_logout.h"
#include "manage.h"
Data Structures | |
struct | logout_t |
Functions | |
static void | logout_reset () |
void | logout_start (gmp_parser_t *gmp_parser, const gchar **attribute_names, const gchar **attribute_values) |
Start a command. More... | |
void | logout_element_start (gmp_parser_t *gmp_parser, const gchar *name, const gchar **attribute_names, const gchar **attribute_values) |
Start element. More... | |
static void | logout_run (gmp_parser_t *gmp_parser, GError **error) |
Execute command. More... | |
int | logout_element_end (gmp_parser_t *gmp_parser, GError **error, const gchar *name) |
End element. More... | |
Variables | |
static logout_t | logout_data |
GVM GMP layer: Logout handling.
This includes functions for GMP handling of the user logout.
int logout_element_end | ( | gmp_parser_t * | gmp_parser, |
GError ** | error, | ||
const gchar * | name | ||
) |
End element.
[in] | gmp_parser | GMP parser. |
[in] | error | Error parameter. |
[in] | name | Element name. |
void logout_element_start | ( | gmp_parser_t * | gmp_parser, |
const gchar * | name, | ||
const gchar ** | attribute_names, | ||
const gchar ** | attribute_values | ||
) |
Start element.
[in] | gmp_parser | GMP parser. |
[in] | name | Element name. |
[in] | attribute_names | All attribute names. |
[in] | attribute_values | All attribute values. |
|
static |
Execute command.
[in] | gmp_parser | GMP parser. |
[in] | error | Error parameter. |
void logout_start | ( | gmp_parser_t * | gmp_parser, |
const gchar ** | attribute_names, | ||
const gchar ** | attribute_values | ||
) |
Start a command.
[in] | gmp_parser | GMP parser. |
[in] | attribute_names | All attribute names. |
[in] | attribute_values | All attribute values. |