server: move the code for the update_record control to its own file
commit55abb07f5196a5ae14d84ca5e84dc1c494e25c75
authorMichael Adam <obnox@samba.org>
Tue, 21 Feb 2012 16:53:26 +0000 (21 17:53 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 21 Feb 2012 16:54:17 +0000 (21 17:54 +0100)
tree68a5fff477e8ea767072111ef0fd4aac0e015ee6
parent46244f0d5068b95e3eed6ffdaa2ca4eac9f5f15b
server: move the code for the update_record control to its own file

It is very misleading in ctdb_persistent.c, since it is used for non-persistent
dbs...

(This used to be ctdb commit a956fa3a27106d0154a3fb46987d61c0a6b7c768)
ctdb/Makefile.in
ctdb/server/ctdb_persistent.c
ctdb/server/ctdb_update_record.c [new file with mode: 0644]
ctdb/tests/src/ctdbd_test.c