summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-08-29 13:26:20 +0200
committerKarolin Seeger <kseeger@samba.org>2017-10-25 08:43:04 +0200
commit660a4cc0a9aa224c78a067c3ae5c68d5f7d1543b (patch)
tree5a1f811e910300319adf4b6a4e962d8890a3d732 /source3/include
parentf1da343b7187226621f85c26d91017972731c380 (diff)
downloadsamba-660a4cc0a9aa224c78a067c3ae5c68d5f7d1543b.tar.gz
lib: Add "unique_id" to ctdbd_process_exists
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13042 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com> (cherry picked from commit f059585fe61e33ce2dd518464829c183de874d8a)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/ctdbd_conn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ctdbd_conn.h b/source3/include/ctdbd_conn.h
index 38477d313de..8d94fb33eaa 100644
--- a/source3/include/ctdbd_conn.h
+++ b/source3/include/ctdbd_conn.h
@@ -49,7 +49,7 @@ int ctdbd_messaging_send_iov(struct ctdbd_connection *conn,
const struct iovec *iov, int iovlen);
bool ctdbd_process_exists(struct ctdbd_connection *conn, uint32_t vnn,
- pid_t pid);
+ pid_t pid, uint64_t unique_id);
char *ctdbd_dbpath(struct ctdbd_connection *conn,
TALLOC_CTX *mem_ctx, uint32_t db_id);