Move exclusive file access functions into their own source file (exfile.c)
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 6 Dec 2014 02:57:24 +0000 (21:57 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 6 Dec 2014 02:57:24 +0000 (21:57 -0500)
commit9b3dad8830348632d26701dc8da1af5429527ed9
treef48c1f5f34c360d46aa777bd29705a79e49e1ae7
parentacc89c938d3e41b87e4e8444c3cba499619092fa
Move exclusive file access functions into their own source file (exfile.c)
src/include/exfile.h [new file with mode: 0644]
src/include/log.h
src/main/exfile.c [new file with mode: 0644]
src/main/libfreeradius-server.mk
src/main/log.c
src/modules/rlm_detail/rlm_detail.c
src/modules/rlm_linelog/rlm_linelog.c
src/modules/rlm_sql/rlm_sql.c
src/modules/rlm_sql/rlm_sql.h
src/modules/rlm_sql/sql.c