X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=forward_api_calls.c;h=fa7741f4a67a859a74fa0d058c68dea26755b8ca;hb=2bea6afe154924341f57f7b8633b9ca87b53b82f;hp=52d70246bdf4682e54dd2b840f2f3085fbfaa719;hpb=be193a6a83281b91afb18ab6b26eb6ea4eea840c;p=nodemanager.git diff --git a/forward_api_calls.c b/forward_api_calls.c index 52d7024..fa7741f 100644 --- a/forward_api_calls.c +++ b/forward_api_calls.c @@ -6,12 +6,13 @@ * Doesn't handle Unicode properly. UTF-8 is probably OK. * * Change History: + * 2006/10/30: [deisenst] Changed location of Unix socket. * 2006/09/14: [deisenst] Switched to PF_UNIX sockets so that SO_PEERCRED works * 2006/09/08: [deisenst] First version. */ static const int TIMEOUT_SECS = 30; -const char *API_addr = "/tmp/node_mgr.api"; +const char *API_addr = "/tmp/sliver_mgr.api"; static const char *Header = "POST / HTTP/1.0\r\n"