3996e39 Moving headers used by both server and client to special folder

18 files Authored by amitkumar25nov 6 years ago, Committed by jhrozek 6 years ago,
    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>
    
        
file modified
+3 -3
file modified
+1 -1
file modified
+1 -1
src/shared/io.h src/util/io.h
file renamed
src/shared/murmurhash3.h src/util/murmurhash3.h
file renamed
src/shared/safealign.h src/util/util_safealign.h
file renamed
+3 -9
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2