Re: [lxc-devel] [PATCH] hash lxcname for use in monitor unix socket sun_path[108]

2013-09-12 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > - Also convert to unix abstract socket > - A simple FNV hash is used instead of SHA-1 since we may not HAVE_GNUTLS > > Signed-off-by: Dwight Engen Acked-by: Serge E. Hallyn Thanks Dwight! Works great. > --- > src/lxc/monitor.c | 60 > ++

[lxc-devel] [PATCH] hash lxcname for use in monitor unix socket sun_path[108]

2013-09-11 Thread Dwight Engen
- Also convert to unix abstract socket - A simple FNV hash is used instead of SHA-1 since we may not HAVE_GNUTLS Signed-off-by: Dwight Engen --- src/lxc/monitor.c | 60 --- 1 file changed, 40 insertions(+), 20 deletions(-) diff --git a/src/lxc