summaryrefslogtreecommitdiffstats
path: root/source/nmbd/nmbd_elections.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-05-07 09:35:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:21:52 -0500
commit0ad4b1226c9d91b72136310d3bbb640d2c5d67b8 (patch)
tree5802777343908206d060d7a38a1c09633bebd8e8 /source/nmbd/nmbd_elections.c
parentcc0cd3a12f76b8cd711e3165d4cfe920552f256d (diff)
downloadsamba-0ad4b1226c9d91b72136310d3bbb640d2c5d67b8.tar.gz
samba-0ad4b1226c9d91b72136310d3bbb640d2c5d67b8.tar.xz
samba-0ad4b1226c9d91b72136310d3bbb640d2c5d67b8.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/nmbd/nmbd_elections.c')
-rw-r--r--source/nmbd/nmbd_elections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbd/nmbd_elections.c b/source/nmbd/nmbd_elections.c
index eb6f1b6e0aa..a053d0803b0 100644
--- a/source/nmbd/nmbd_elections.c
+++ b/source/nmbd/nmbd_elections.c
@@ -378,7 +378,7 @@ yet registered on subnet %s\n", nmb_namestr(&nmbname), subrec->subnet_name ));
Process a internal Samba message forcing an election.
***************************************************************************/
-void nmbd_message_election(int msg_type, struct process_id src,
+void nmbd_message_election(int msg_type, struct server_id src,
void *buf, size_t len, void *private_data)
{
struct subnet_record *subrec;