From 7f6453d0778108eed02ea0ff7a87fea3a4b6b34d Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 10 Jan 2013 14:59:36 +0900 Subject: add support for the abort channel on the client side --- vxi11_server.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vxi11_server.c') diff --git a/vxi11_server.c b/vxi11_server.c index ec2eb95..d5b973d 100644 --- a/vxi11_server.c +++ b/vxi11_server.c @@ -62,6 +62,7 @@ create_link_1_svc(Create_LinkParms *argp, struct svc_req *rqstp) { static Create_LinkResp result; globals.Remote.vxi_connections++; result.error = 0; + result.abortPort = 1234; return &result; } -- cgit