diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-05-07 09:35:35 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2007-05-07 09:35:35 +0000 |
commit | a025f4c5387781f94a9f666a318b22e8e53fcc38 (patch) | |
tree | 4640be6990289562db677b33fc19fd9042c0a873 /source/lib/dmallocmsg.c | |
parent | bb0232bbf66a44742733dcf542ba931a1a1d271e (diff) | |
download | samba-a025f4c5387781f94a9f666a318b22e8e53fcc38.tar.gz samba-a025f4c5387781f94a9f666a318b22e8e53fcc38.tar.xz samba-a025f4c5387781f94a9f666a318b22e8e53fcc38.zip |
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster patch.
This changes "struct process_id" to "struct server_id", keeping both is
just too much hassle. No functional change (I hope ;-))
Volker
Diffstat (limited to 'source/lib/dmallocmsg.c')
-rw-r--r-- | source/lib/dmallocmsg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/dmallocmsg.c b/source/lib/dmallocmsg.c index fed7bf59c52..bccede3515c 100644 --- a/source/lib/dmallocmsg.c +++ b/source/lib/dmallocmsg.c @@ -36,7 +36,7 @@ static unsigned long our_dm_mark = 0; * usage stats. **/ static void msg_req_dmalloc_mark(int UNUSED(msg_type), - struct process_id UNUSED(src_pid), + struct server_id UNUSED(src_pid), void *UNUSED(buf), size_t UNUSED(len), void *private_data) { @@ -51,7 +51,7 @@ static void msg_req_dmalloc_mark(int UNUSED(msg_type), static void msg_req_dmalloc_log_changed(int UNUSED(msg_type), - struct process_id UNUSED(src_pid), + struct server_id UNUSED(src_pid), void *UNUSED(buf), size_t UNUSED(len), void *private_data) { |