1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
\hypertarget{structcallback__out__t}{
\section{callback\_\-out\_\-t Struct Reference}
\label{structcallback__out__t}\index{callback\_\-out\_\-t@{callback\_\-out\_\-t}}
}
Typedef of callback structure with callback function and usr data (optional) After evaluation action will be called the callback with user data.
\subsection*{Data Fields}
\begin{DoxyCompactItemize}
\item
\hypertarget{structcallback__out__t_a11ee74c15b324a7c7e88694d9f646bcc}{
char $\ast$ \hyperlink{structcallback__out__t_a11ee74c15b324a7c7e88694d9f646bcc}{system}}
\label{structcallback__out__t_a11ee74c15b324a7c7e88694d9f646bcc}
\begin{DoxyCompactList}\small\item\em Identificator of checking engine (output engine). \item\end{DoxyCompactList}\item
\hypertarget{structcallback__out__t_a7880965e96528e112d8553d76f1c4a35}{
int($\ast$ \hyperlink{structcallback__out__t_a7880965e96528e112d8553d76f1c4a35}{callback} )(const char $\ast$, \hyperlink{group__XCCDF_gabf34f4480799efc8e1af5f4706d2666d}{xccdf\_\-test\_\-result\_\-type\_\-t}, void $\ast$)}
\label{structcallback__out__t_a7880965e96528e112d8553d76f1c4a35}
\begin{DoxyCompactList}\small\item\em format of callback function \item\end{DoxyCompactList}\item
\hypertarget{structcallback__out__t_a11cf63442cebaf2ba047f9fd438a9d94}{
void $\ast$ \hyperlink{structcallback__out__t_a11cf63442cebaf2ba047f9fd438a9d94}{usr}}
\label{structcallback__out__t_a11cf63442cebaf2ba047f9fd438a9d94}
\begin{DoxyCompactList}\small\item\em User data structure. \item\end{DoxyCompactList}\end{DoxyCompactItemize}
\subsection{Detailed Description}
Typedef of callback structure with callback function and usr data (optional) After evaluation action will be called the callback with user data.
The documentation for this struct was generated from the following file:\begin{DoxyCompactItemize}
\item
/home/pvrabec/project/openscap/openscap-\/0.5.12/src/XCCDF\_\-POLICY/xccdf\_\-policy.c\end{DoxyCompactItemize}
|