X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=forward_api_calls.c;h=fa7741f4a67a859a74fa0d058c68dea26755b8ca;hb=67038c0d9009cb51dc72fedb53dbe62c24495a0c;hp=0d4536b1dfd5ad73793d295363ffd3f6933158f6;hpb=aac3e5d7c3443d6e1cb33525aefad35be5fe077a;p=nodemanager.git diff --git a/forward_api_calls.c b/forward_api_calls.c index 0d4536b..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"