mirror of
https://github.com/anope/anope.git
synced 2026-07-09 21:43:13 +02:00
Added m_xmlrpc and m_xmlrpc main, which allows remote programs to execute
remote RPC calls to Anope in realtime and receive responses
This commit is contained in:
+1
-1
@@ -330,11 +330,11 @@ class CoreExport ConnectionSocket : public BufferedSocket
|
||||
|
||||
class ClientSocket : public BufferedSocket
|
||||
{
|
||||
public:
|
||||
/* Listen socket this connection came from */
|
||||
ListenSocket *LS;
|
||||
/* Clients address */
|
||||
sockaddrs clientaddr;
|
||||
public:
|
||||
|
||||
/** Constructor
|
||||
* @param ls Listen socket this connection is from
|
||||
|
||||
Reference in New Issue
Block a user