Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/include/messages.h

    r414 r745  
    6767#define MSG_SRVID_SAMBA 0x0000000100000000LL
    6868
    69 
    70 struct server_id {
    71         pid_t pid;
    72 #ifdef CLUSTER_SUPPORT
    73         uint32 vnn;
    74 #endif
    75 };
     69#include "librpc/gen_ndr/server_id.h"
    7670
    7771#ifdef CLUSTER_SUPPORT
     
    111105                            struct messaging_backend **presult);
    112106
     107bool messaging_tdb_parent_init(TALLOC_CTX *mem_ctx);
     108
    113109NTSTATUS messaging_ctdbd_init(struct messaging_context *msg_ctx,
    114110                              TALLOC_CTX *mem_ctx,
     
    125121                                         struct event_context *ev);
    126122
     123struct server_id messaging_server_id(const struct messaging_context *msg_ctx);
     124
    127125/*
    128126 * re-init after a fork
    129127 */
    130 NTSTATUS messaging_reinit(struct messaging_context *msg_ctx);
     128NTSTATUS messaging_reinit(struct messaging_context *msg_ctx,
     129                          struct server_id id);
    131130
    132131NTSTATUS messaging_register(struct messaging_context *msg_ctx,
     
    149148                            struct messaging_rec *rec);
    150149
     150#include "librpc/gen_ndr/ndr_messaging.h"
     151
    151152#endif
Note: See TracChangeset for help on using the changeset viewer.