charon-tkm: Update to latest Anet version
This commit is contained in:
committed by
Tobias Brunner
parent
c6a402d4fa
commit
fcff3808b4
@@ -27,10 +27,13 @@ package body Esa_Event_Service
|
|||||||
is
|
is
|
||||||
|
|
||||||
package Unix_TCP_Receiver is new Anet.Receivers.Stream
|
package Unix_TCP_Receiver is new Anet.Receivers.Stream
|
||||||
(Socket_Type => Anet.Sockets.Unix.TCP_Socket_Type);
|
(Socket_Type => Anet.Sockets.Unix.TCP_Socket_Type,
|
||||||
|
Address_Type => Anet.Sockets.Unix.Full_Path_Type,
|
||||||
|
Accept_Connection => Anet.Sockets.Unix.Accept_Connection);
|
||||||
|
|
||||||
procedure Dispatch is new Tkmrpc.Process_Stream
|
procedure Dispatch is new Tkmrpc.Process_Stream
|
||||||
(Dispatch => Tkmrpc.Dispatchers.Ees.Dispatch);
|
(Dispatch => Tkmrpc.Dispatchers.Ees.Dispatch,
|
||||||
|
Address_Type => Anet.Sockets.Unix.Full_Path_Type);
|
||||||
|
|
||||||
Sock : aliased Anet.Sockets.Unix.TCP_Socket_Type;
|
Sock : aliased Anet.Sockets.Unix.TCP_Socket_Type;
|
||||||
Receiver : Unix_TCP_Receiver.Receiver_Type (S => Sock'Access);
|
Receiver : Unix_TCP_Receiver.Receiver_Type (S => Sock'Access);
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PKG = anet
|
PKG = anet
|
||||||
SRC = http://git.codelabs.ch/git/$(PKG).git
|
SRC = http://git.codelabs.ch/git/$(PKG).git
|
||||||
REV = v0.3.1
|
REV = c9bdee807f2fcd2b6ec2ad8fe4c814e1abb71358
|
||||||
|
|
||||||
PREFIX = /usr/local/ada
|
PREFIX = /usr/local/ada
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PKG = tkm-rpc
|
PKG = tkm-rpc
|
||||||
SRC = http://git.codelabs.ch/git/$(PKG).git
|
SRC = http://git.codelabs.ch/git/$(PKG).git
|
||||||
REV = v0.2
|
REV = 9a70e4f88e054d7a2a8fd35245e147880bce4809
|
||||||
|
|
||||||
PREFIX = /usr/local/ada
|
PREFIX = /usr/local/ada
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PKG = tkm
|
PKG = tkm
|
||||||
SRC = http://git.codelabs.ch/git/$(PKG).git
|
SRC = http://git.codelabs.ch/git/$(PKG).git
|
||||||
REV = v0.1.3
|
REV = 53d224a7312124516aa6220743355c896be6345a
|
||||||
|
|
||||||
export ADA_PROJECT_PATH=/usr/local/ada/lib/gnat
|
export ADA_PROJECT_PATH=/usr/local/ada/lib/gnat
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user