2962b3d Use struct to hold different types of request parameters

4 files Authored by sbose 10 years ago, Committed by jhrozek 10 years ago,
    Use struct to hold different types of request parameters
    
    Currently the POSIX ID or the user name are passed in different
    parameters to some calls. The method will get cumbersome and error-prone
    if new parameters like, e.g. the SID, are added. This patch adds a union
    to hold the different kind of parameters.
    
        
file modified
+2 -2