@file comment now consistently above includes
This commit is contained in:
@ -12,6 +12,10 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file housekeeper.h A mechanism to have task run periodically
|
||||
*/
|
||||
|
||||
#include <maxscale/cdefs.h>
|
||||
#include <time.h>
|
||||
#include <maxscale/dcb.h>
|
||||
@ -19,10 +23,6 @@
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
/**
|
||||
* @file housekeeper.h A mechanism to have task run periodically
|
||||
*/
|
||||
|
||||
typedef enum
|
||||
{
|
||||
HK_REPEATED = 1,
|
||||
|
Reference in New Issue
Block a user