MXS-2205 Convert modules/protocol/HTTPD/httpd.h to .hh
This commit is contained in:
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
#define MXS_MODULE_NAME "HTTPD"
|
#define MXS_MODULE_NAME "HTTPD"
|
||||||
|
|
||||||
#include "httpd.h"
|
#include "httpd.hh"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <maxscale/alloc.h>
|
#include <maxscale/alloc.h>
|
||||||
#include <maxscale/protocol.h>
|
#include <maxscale/protocol.h>
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#ifndef _HTTPD_H
|
|
||||||
#define _HTTPD_H
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016 MariaDB Corporation Ab
|
* Copyright (c) 2016 MariaDB Corporation Ab
|
||||||
*
|
*
|
||||||
@ -14,27 +13,20 @@
|
|||||||
* Public License.
|
* Public License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
#include <maxscale/ccdefs.hh>
|
||||||
* Revision History
|
#include <errno.h>
|
||||||
*
|
|
||||||
* Date Who Description
|
|
||||||
* 08-07-2013 Massimiliano Pinto Added HTTPD protocol header file
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <maxscale/cdefs.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <maxscale/dcb.h>
|
|
||||||
#include <maxscale/buffer.h>
|
|
||||||
#include <maxscale/service.hh>
|
|
||||||
#include <maxscale/session.h>
|
|
||||||
#include <sys/ioctl.h>
|
|
||||||
#include <errno.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <maxscale/router.h>
|
#include <netinet/in.h>
|
||||||
|
#include <sys/ioctl.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
|
#include <maxscale/dcb.h>
|
||||||
|
#include <maxscale/buffer.hh>
|
||||||
|
#include <maxscale/service.hh>
|
||||||
|
#include <maxscale/session.hh>
|
||||||
|
#include <maxscale/router.hh>
|
||||||
#include <maxscale/poll.h>
|
#include <maxscale/poll.h>
|
||||||
#include <maxbase/atomic.h>
|
#include <maxbase/atomic.h>
|
||||||
|
|
||||||
@ -68,5 +60,3 @@ typedef struct httpd_session
|
|||||||
} HTTPD_session;
|
} HTTPD_session;
|
||||||
|
|
||||||
MXS_END_DECLS
|
MXS_END_DECLS
|
||||||
|
|
||||||
#endif
|
|
||||||
Reference in New Issue
Block a user