summaryrefslogtreecommitdiffstats
path: root/src/lib
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/lib
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/lib')
-rw-r--r--src/lib/idmap/sss_idmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/idmap/sss_idmap.c b/src/lib/idmap/sss_idmap.c
index 51338c587..56ba904bc 100644
--- a/src/lib/idmap/sss_idmap.c
+++ b/src/lib/idmap/sss_idmap.c
@@ -29,7 +29,7 @@
#include "lib/idmap/sss_idmap.h"
#include "lib/idmap/sss_idmap_private.h"
-#include "util/murmurhash3.h"
+#include "shared/murmurhash3.h"
#define SID_FMT "%s-%d"
#define SID_STR_MAX_LEN 1024