summaryrefslogtreecommitdiff
path: root/source3/lib/messages_ctdb_ref.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:lib/messages*: s/getpid/tevent_cached_getpidStefan Metzmacher2022-07-251-2/+2
| | | | | | | | Our messaging code is very performance critical and we should note waste time in getpid() syscalls... Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* Revert "s3:messages: protect against usage of wrapper tevent_context objects ↵Ralph Boehme2019-01-111-12/+0
| | | | | | | | | | | | | | | | for messaging" This reverts commit 7f2afc20e1b6397c364a98d1be006377c95e4665. See the discussion in https://lists.samba.org/archive/samba-technical/2018-December/131731.html for the reasoning behind this revert. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* s3:messages: protect against usage of wrapper tevent_context objects for ↵Stefan Metzmacher2018-07-111-0/+12
| | | | | | | | | | | | messaging This makes a lot of assumtion easier to understand and the introduction of wrapper tevent contexts will not change the existing behaviour. We'll relax this a bit in the next commits. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
* messaging: Add messages_ctdb_refVolker Lendecke2017-07-251-0/+145
Modeled after messages_dgm_ref Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>