Open SCAP Library
Toggle main menu visibility
Loading...
Searching...
No Matches
src
OVAL
public
oval_probe_session.h
Go to the documentation of this file.
1
9
/*
10
* Copyright 2010 Red Hat Inc., Durham, North Carolina.
11
* All Rights Reserved.
12
*
13
* This library is free software; you can redistribute it and/or
14
* modify it under the terms of the GNU Lesser General Public
15
* License as published by the Free Software Foundation; either
16
* version 2.1 of the License, or (at your option) any later version.
17
*
18
* This library is distributed in the hope that it will be useful,
19
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21
* Lesser General Public License for more details.
22
*
23
* You should have received a copy of the GNU Lesser General Public
24
* License along with this library; if not, write to the Free Software
25
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
26
*
27
* Authors:
28
* "Daniel Kopecek" <dkopecek@redhat.com>
29
*/
30
#ifndef OVAL_PROBE_SESSION
31
#define OVAL_PROBE_SESSION
32
33
typedef
struct
oval_probe_session
oval_probe_session_t;
34
35
#include "
oval_system_characteristics.h
"
36
#include "oscap_export.h"
37
42
OSCAP_API oval_probe_session_t *
oval_probe_session_new
(
struct
oval_syschar_model
*model);
43
48
OSCAP_API
void
oval_probe_session_reinit
(oval_probe_session_t *sess,
struct
oval_syschar_model
*model);
49
56
OSCAP_API
void
oval_probe_session_destroy
(oval_probe_session_t *sess);
57
64
OSCAP_API
int
oval_probe_session_reset
(oval_probe_session_t *sess,
struct
oval_syschar_model
*sysch);
65
69
OSCAP_API
int
oval_probe_session_abort
(oval_probe_session_t *sess);
70
75
OSCAP_API
struct
oval_syschar_model
*
oval_probe_session_getmodel
(oval_probe_session_t *sess);
76
77
#endif
/* OVAL_PROBE_SESSION */
oval_probe_session_reset
int oval_probe_session_reset(oval_probe_session_t *sess, struct oval_syschar_model *sysch)
Reset the session.
Definition
oval_probe_session.c:185
oval_probe_session_destroy
void oval_probe_session_destroy(oval_probe_session_t *sess)
Destroy probe session.
Definition
oval_probe_session.c:179
oval_probe_session_abort
int oval_probe_session_abort(oval_probe_session_t *sess)
Abort the session.
Definition
oval_probe_session.c:203
oval_probe_session_new
oval_probe_session_t * oval_probe_session_new(struct oval_syschar_model *model)
Create and initialize a new probe session.
Definition
oval_probe_session.c:154
oval_probe_session_reinit
void oval_probe_session_reinit(oval_probe_session_t *sess, struct oval_syschar_model *model)
Reinitialize already allocated probe session inplace.
Definition
oval_probe_session.c:172
oval_probe_session_getmodel
struct oval_syschar_model * oval_probe_session_getmodel(oval_probe_session_t *sess)
Get system characteristics model from probe session.
Definition
oval_probe_session.c:215
oval_system_characteristics.h
oval_probe_session
OVAL probe session structure.
Definition
_oval_probe_session.h:42
oval_syschar_model
OVAL System Characteristics model.
Definition
oval_sysModel.c:56
Generated by
1.17.0