diff options
Diffstat (limited to 'source3/include/ctdb_packet.h')
-rw-r--r-- | source3/include/ctdb_packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ctdb_packet.h b/source3/include/ctdb_packet.h index 267a98825f..026b23f90e 100644 --- a/source3/include/ctdb_packet.h +++ b/source3/include/ctdb_packet.h @@ -38,7 +38,7 @@ NTSTATUS ctdb_packet_fd_read(struct ctdb_packet_context *ctx); /* * Sync read, wait for the next chunk */ -NTSTATUS ctdb_packet_fd_read_sync(struct ctdb_packet_context *ctx, int timeout); +NTSTATUS ctdb_packet_fd_read_sync_timeout(struct ctdb_packet_context *ctx, int timeout); /* * Handle an incoming ctdb_packet: |