Changeset 429 for trunk/server/source3/include/ctdbd_conn.h
- Timestamp:
- Apr 9, 2010, 3:51:41 PM (15 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
-
Property svn:mergeinfo
set to
/vendor/3.5.2 merged eligible /vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/server/source3/include/ctdbd_conn.h
r414 r429 32 32 NTSTATUS ctdbd_register_msg_ctx(struct ctdbd_connection *conn, 33 33 struct messaging_context *msg_ctx); 34 struct messaging_context *ctdb_conn_msg_ctx(struct ctdbd_connection *conn); 35 36 int ctdbd_conn_get_fd(struct ctdbd_connection *conn); 34 37 35 38 NTSTATUS ctdbd_messaging_send(struct ctdbd_connection *conn, … … 74 77 TALLOC_CTX *mem_ctx, TDB_DATA *outdata, 75 78 int *cstatus); 79 NTSTATUS ctdb_watch_us(struct ctdbd_connection *conn); 80 NTSTATUS ctdb_unwatch(struct ctdbd_connection *conn); 76 81 77 82 #endif /* _CTDBD_CONN_H */
Note:
See TracChangeset
for help on using the changeset viewer.