Changeset 77 for trunk/samba/source/nmbd/nmbd_elections.c
- Timestamp:
- Sep 30, 2007, 1:42:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/nmbd/nmbd_elections.c
r26 r77 8 8 This program is free software; you can redistribute it and/or modify 9 9 it under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 along with this program. If not, see <http://www.gnu.org/licenses/>. 21 20 22 21 */ … … 379 378 ***************************************************************************/ 380 379 381 void nmbd_message_election(int msg_type, struct process_id src, 382 void *buf, size_t len, void *private_data) 380 void nmbd_message_election(struct messaging_context *msg, 381 void *private_data, 382 uint32_t msg_type, 383 struct server_id server_id, 384 DATA_BLOB *data) 383 385 { 384 386 struct subnet_record *subrec;
Note: See TracChangeset
for help on using the changeset viewer.