r22736: Start to merge the low-hanging fruit from the now 7000-line cluster patch.
[samba.git] / source / nsswitch / winbindd.c
index 9c5cd3b0e380ce6bf7b66946d0b5974bc8397960..57591fb6c24f3d36a7c1b01e580bdc298108c2b3 100644 (file)
@@ -171,7 +171,7 @@ static void sigchld_handler(int signum)
 }
 
 /* React on 'smbcontrol winbindd reload-config' in the same way as on SIGHUP*/
-static void msg_reload_services(int msg_type, struct process_id src,
+static void msg_reload_services(int msg_type, struct server_id src,
                                void *buf, size_t len, void *private_data)
 {
         /* Flush various caches */
@@ -180,7 +180,7 @@ static void msg_reload_services(int msg_type, struct process_id src,
 }
 
 /* React on 'smbcontrol winbindd shutdown' in the same way as on SIGTERM*/
-static void msg_shutdown(int msg_type, struct process_id src,
+static void msg_shutdown(int msg_type, struct server_id src,
                         void *buf, size_t len, void *private_data)
 {
        do_sigterm = True;