Move @file comment

Where it exists, the @file comment has now been moved to be
consistently right after the license blurb.
This commit is contained in:
Johan Wikman
2016-10-14 13:20:52 +03:00
parent 1a978be6b6
commit c03b8079fd
18 changed files with 162 additions and 149 deletions

View File

@ -14,12 +14,6 @@
* Public License.
*/
#include <maxscale/cdefs.h>
#include <maxscale/service.h>
#include <arpa/inet.h>
MXS_BEGIN_DECLS
/**
* @file dbusers.h Extarct user information form the backend database
*
@ -36,6 +30,12 @@ MXS_BEGIN_DECLS
* @endverbatim
*/
#include <maxscale/cdefs.h>
#include <maxscale/service.h>
#include <arpa/inet.h>
MXS_BEGIN_DECLS
/* Refresh rate limits for load users from database */
#define USERS_REFRESH_TIME 30 /* Allowed time interval (in seconds) after last update*/
#define USERS_REFRESH_MAX_PER_TIME 4 /* Max number of load calls within the time interval */