Ignore:
Timestamp:
Apr 9, 2010, 3:51:41 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5.x: trunk update to 3.5.2

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

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

    r414 r429  
    3232NTSTATUS ctdbd_register_msg_ctx(struct ctdbd_connection *conn,
    3333                                struct messaging_context *msg_ctx);
     34struct messaging_context *ctdb_conn_msg_ctx(struct ctdbd_connection *conn);
     35
     36int ctdbd_conn_get_fd(struct ctdbd_connection *conn);
    3437
    3538NTSTATUS ctdbd_messaging_send(struct ctdbd_connection *conn,
     
    7477                             TALLOC_CTX *mem_ctx, TDB_DATA *outdata,
    7578                             int *cstatus);
     79NTSTATUS ctdb_watch_us(struct ctdbd_connection *conn);
     80NTSTATUS ctdb_unwatch(struct ctdbd_connection *conn);
    7681
    7782#endif /* _CTDBD_CONN_H */
Note: See TracChangeset for help on using the changeset viewer.