summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorAmitKumar <amitkuma@redhat.com>2017-07-23 05:19:27 +0530
committerJakub Hrozek <jhrozek@redhat.com>2017-08-03 11:08:15 +0200
commit3996e391054a1c02ab62e1541ae21a8204bd5d0a (patch)
tree2ea95da3956964681692514d711a80b3ec92b5b5 /src/python
parent1b3425d8cbc5697f7321ba364e38ef4c5ed9f2b4 (diff)
downloadsssd-3996e391054a1c02ab62e1541ae21a8204bd5d0a.tar.gz
sssd-3996e391054a1c02ab62e1541ae21a8204bd5d0a.tar.xz
sssd-3996e391054a1c02ab62e1541ae21a8204bd5d0a.zip
Moving headers used by both server and client to special folder
These are the header files which are used by both client and server: src/util/io.h src/util/murmurhash3.h src/util/util_safealign.h This patch is about moving these header files to special folder (src/shared). It will be easier to identify these headers when looking for them in the src tree. util_safalign.h is renamed as safalign.h because util_ namespace is appropriate when this file belonged to the util's folder which is no longer the case. Resolves: https://pagure.io/SSSD/sssd/issue/1898 Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
Diffstat (limited to 'src/python')
-rw-r--r--src/python/pysss_murmur.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/pysss_murmur.c b/src/python/pysss_murmur.c
index a7519e856..060d29df3 100644
--- a/src/python/pysss_murmur.c
+++ b/src/python/pysss_murmur.c
@@ -23,7 +23,7 @@
#include <Python.h>
#include "util/sss_python.h"
-#include "util/murmurhash3.h"
+#include "shared/murmurhash3.h"
PyDoc_STRVAR(murmurhash3_doc,
"murmurhash3(key, key_len, seed) -> 32bit integer hash\n\