26 #ifndef _OPENVAS_COMM_H 27 #define _OPENVAS_COMM_H 29 #include "../misc/scanneraux.h" void comm_terminate(int)
This function must be called at the end of a session.
Definition: comm.c:151
int comm_wait_order(struct scan_globals *)
This function waits for the attack order of the client. Meanwhile, it processes all the messages the ...
Definition: comm.c:311
Definition: scanneraux.h:32
void send_plug_info(int, const char *)
Sends a plugin info.
Definition: comm.c:169
int comm_loading(int)
Informs the client that the scanner is still loading.
Definition: comm.c:94
void comm_send_nvt_info(int)
Send the OTP NVT_INFO message and then handle any COMPLETE_LIST.
Definition: comm.c:366
int comm_init(int)
Initializes the communication between the scanner (us) and the client.
Definition: comm.c:59