mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
merge fixes from samba4
(This used to be ctdb commit 23d892c2696c5c1dd9f12f1ccd1acfa264be4fb6)
This commit is contained in:
parent
5afe9b709c
commit
3fb0fa97b3
@ -338,9 +338,9 @@ static void daemon_call_from_client_callback(struct ctdb_call_state *state)
|
||||
if (res != 0) {
|
||||
DEBUG(0, (__location__ "Failed to queue packet from daemon to client\n"));
|
||||
}
|
||||
ctdb_latency(&client->ctdb->status.max_call_latency, dstate->start_time);
|
||||
talloc_free(dstate);
|
||||
client->ctdb->status.pending_calls--;
|
||||
ctdb_latency(&client->ctdb->status.max_call_latency, dstate->start_time);
|
||||
}
|
||||
|
||||
|
||||
|
@ -23,9 +23,9 @@
|
||||
#include "system/filesys.h"
|
||||
#include "system/wait.h"
|
||||
#include "popt.h"
|
||||
#include "../include/ctdb_private.h"
|
||||
#include "db_wrap.h"
|
||||
#include "lib/tdb/include/tdb.h"
|
||||
#include "../include/ctdb_private.h"
|
||||
|
||||
|
||||
struct lockwait_handle {
|
||||
|
@ -15,7 +15,6 @@ OBJ_FILES = \
|
||||
|
||||
##################
|
||||
[SUBSYSTEM::ctdb]
|
||||
INIT_FUNCTION = server_service_ctdbd_init
|
||||
OBJ_FILES = \
|
||||
ctdb_cluster.o \
|
||||
common/ctdb.o \
|
||||
@ -25,6 +24,7 @@ OBJ_FILES = \
|
||||
common/ctdb_util.o \
|
||||
common/ctdb_io.o \
|
||||
common/ctdb_client.o \
|
||||
common/ctdb_daemon.o
|
||||
common/ctdb_daemon.o \
|
||||
common/ctdb_lockwait.o
|
||||
PUBLIC_DEPENDENCIES = LIBTDB LIBTALLOC
|
||||
PRIVATE_DEPENDENCIES = ctdb_tcp
|
||||
|
Loading…
x
Reference in New Issue
Block a user