summaryrefslogtreecommitdiffstats
path: root/source/lib/tallocmsg.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-05-07 09:35:35 +0000
committerVolker Lendecke <vlendec@samba.org>2007-05-07 09:35:35 +0000
commita025f4c5387781f94a9f666a318b22e8e53fcc38 (patch)
tree4640be6990289562db677b33fc19fd9042c0a873 /source/lib/tallocmsg.c
parentbb0232bbf66a44742733dcf542ba931a1a1d271e (diff)
downloadsamba-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/tallocmsg.c')
-rw-r--r--source/lib/tallocmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/tallocmsg.c b/source/lib/tallocmsg.c
index 0f493538f3c..098f8a03d91 100644
--- a/source/lib/tallocmsg.c
+++ b/source/lib/tallocmsg.c
@@ -65,7 +65,7 @@ static void msg_pool_usage_helper(const void *ptr, int depth, int max_depth, int
* Respond to a POOL_USAGE message by sending back string form of memory
* usage stats.
**/
-void msg_pool_usage(int msg_type, struct process_id src_pid,
+void msg_pool_usage(int msg_type, struct server_id src_pid,
void *UNUSED(buf), size_t UNUSED(len),
void *private_data)
{