X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=forward_api_calls.c;h=98fc01ded2af309d1ce0ceede30beb99f04b9dfd;hb=27cb8f7b65340c134d7d36f5eeef555592f73d31;hp=fe918a84b5af178d1ca4e64d7014aa481b335d2d;hpb=8e5f21201476644eaebbd8d12f7b5cbe68ee6fcf;p=nodemanager.git diff --git a/forward_api_calls.c b/forward_api_calls.c index fe918a8..98fc01d 100644 --- a/forward_api_calls.c +++ b/forward_api_calls.c @@ -1,4 +1,8 @@ -/* forward_api_calls.c: forward XMLRPC calls to the Node Manager +/* + * $Id$ + * $URL$ + * + * forward_api_calls.c: forward XMLRPC calls to the Node Manager * Used as a shell, this code works in tandem with sshd * to allow authenticated remote access to a localhost-only service. * @@ -14,7 +18,7 @@ */ static const int TIMEOUT_SECS = 120; -const char *API_addr = "/tmp/sliver_mgr.api"; +const char *API_addr = "/tmp/nodemanager.api"; static const char *Header = "POST / HTTP/1.0\r\n"