add rpc update interface
This commit is contained in:
parent
b485a61767
commit
e3682628a3
|
@ -315,6 +315,7 @@ void uvWhiteListAdd(SWhiteList* pWhite, char* user, char* ip) {
|
|||
}
|
||||
|
||||
void uvWhiteListUpdate(SWhiteList* pWhite, SHashObj* pTable) {
|
||||
pWhite->ver++;
|
||||
// impl later
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue