30 #ifndef _OPENVAS_COMM_H 31 #define _OPENVAS_COMM_H 33 #include <openvas/misc/arglists.h> void comm_terminate(int)
This function must be called at the end of a session.
void send_plug_info(int, const char *)
Sends a plugin info.
int comm_loading(int)
Informs the client that the scanner is still loading.
void comm_send_nvt_info(int)
Send the OTP NVT_INFO message and then handle any COMPLETE_LIST.
int comm_wait_order(struct arglist *)
This function waits for the attack order of the client. Meanwhile, it processes all the messages the ...
void comm_send_preferences(int)
Sends the preferences of the scanner.
int comm_init(int)
Initializes the communication between the scanner (us) and the client.