Line 13:
Line 13:
; <code>parasite_daemon_cmd(int cmd, void *arg);</code>
; <code>parasite_daemon_cmd(int cmd, void *arg);</code>
−
: This routine gets called by <code>compel_rpc_call()</code> and <code>compel_rpc_call_sync()</code>
+
: This routine gets called by <code>compel_rpc_call()</code> and <code>compel_rpc_call_sync()</code>. The <code>arg</code> points to the memory with arguments, see the [[#Arguments passing]] section below.
; <code>parasite_cleanup(void);</code>
; <code>parasite_cleanup(void);</code>