ctdb-common: Add srvid abstraction
authorAmitay Isaacs <amitay@gmail.com>
Mon, 16 Mar 2015 12:25:27 +0000 (23:25 +1100)
committerAmitay Isaacs <amitay@samba.org>
Wed, 7 Oct 2015 12:53:28 +0000 (14:53 +0200)
commit6272ef0d09930ffbff43c6223ea35858d13efffa
tree9488286f4ede7c78fcfe3561f58e55cf5f3dbbdd
parente5592f9fc018b4b22fbdba4f45526210f5f41692
ctdb-common: Add srvid abstraction

Attempt to make common code independent and free from ctdb_context.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/common/srvid.c [new file with mode: 0644]
ctdb/common/srvid.h [new file with mode: 0644]
ctdb/tests/cunit/srvid_test_001.sh [new file with mode: 0755]
ctdb/tests/src/srvid_test.c [new file with mode: 0644]
ctdb/wscript