Open SCAP Library
Toggle main menu visibility
Loading...
Searching...
No Matches
src
OVAL
_oval_probe_session.h
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
#include "
public/oval_probe_session.h
"
34
#include "
_oval_probe_handler.h
"
35
#include "oval_probe_ext.h"
36
42
struct
oval_probe_session
{
43
oval_phtbl_t *
ph
;
44
oval_pext_t *
pext
;
45
struct
oval_syschar_model
*
sys_model
;
46
char
*
dir
;
47
uint32_t
flg
;
48
};
49
50
#endif
/* _OVAL_PROBE_SESSION */
51
_oval_probe_handler.h
OVAL probe handler private header.
oval_probe_session.h
OVAL probe session API private header.
oval_probe_session
OVAL probe session structure.
Definition
_oval_probe_session.h:42
oval_probe_session::dir
char * dir
probe session directory
Definition
_oval_probe_session.h:46
oval_probe_session::ph
oval_phtbl_t * ph
probe handler table
Definition
_oval_probe_session.h:43
oval_probe_session::flg
uint32_t flg
probe session flags
Definition
_oval_probe_session.h:47
oval_probe_session::pext
oval_pext_t * pext
state information associated with external probes
Definition
_oval_probe_session.h:44
oval_probe_session::sys_model
struct oval_syschar_model * sys_model
system characteristics model
Definition
_oval_probe_session.h:45
oval_syschar_model
OVAL System Characteristics model.
Definition
oval_sysModel.c:56
Generated by
1.17.0