minor changes
This commit is contained in:
parent
bb126aaa21
commit
ad3dbbd537
|
@ -14,12 +14,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _DEFAULT_SOURCE
|
#define _DEFAULT_SOURCE
|
||||||
#include "tthread.h"
|
|
||||||
#include "dnodeEps.h"
|
|
||||||
#include "dnodeMsg.h"
|
#include "dnodeMsg.h"
|
||||||
|
#include "dnodeEps.h"
|
||||||
#include "mnode.h"
|
#include "mnode.h"
|
||||||
#include "vnode.h"
|
#include "tthread.h"
|
||||||
#include "ttime.h"
|
#include "ttime.h"
|
||||||
|
#include "vnode.h"
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
pthread_t *threadId;
|
pthread_t *threadId;
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
#include "dnodeMsg.h"
|
#include "dnodeMsg.h"
|
||||||
#include "mnode.h"
|
#include "mnode.h"
|
||||||
#include "vnode.h"
|
#include "vnode.h"
|
||||||
#include "mnode.h"
|
|
||||||
|
|
||||||
typedef void (*RpcMsgFp)(SRpcMsg *pMsg);
|
typedef void (*RpcMsgFp)(SRpcMsg *pMsg);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue