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