1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

removing my dirt from tridge's code

(this change wasn't necessary)

(This used to be ctdb commit 217d996abdafe91c2f51d9d486d95a6607b56285)
This commit is contained in:
Peter Somogyi 2007-04-20 16:22:57 +02:00
parent ddce8a5b6d
commit 981a5f9d30

View File

@ -363,11 +363,6 @@ int ctdbd_start(struct ctdb_context *ctdb);
struct ctdb_call_state *ctdbd_call_send(struct ctdb_db_context *ctdb_db, struct ctdb_call *call);
int ctdbd_call_recv(struct ctdb_call_state *state, struct ctdb_call *call);
/*
allocate a packet for sending via queue
*/
void *ctdb_queue_allocate_pkt(TALLOC_CTX *mem_ctx, size_t size);
/*
queue a packet for sending
*/