// MASTER BACKEND
void getUpdatedMasters(vector<DomainInfo>* domains);
- void setNotifed(int id, u_int32_t serial);
+ void setNotifed(int id, uint32_t serial);
// SLAVE BACKEND
/*
virtual void getUpdatedMasters(vector<DomainInfo>* domains);
- virtual void setNotifed(int id, u_int32_t serial);
+ virtual void setNotifed(int id, uint32_t serial);
*/
void LUABackend::getUpdatedMasters(vector<DomainInfo>* domains) {
L << Logger::Info << backend_name << "(getUpdatedMasters) END" << endl;
}
-void LUABackend::setNotifed(int id, u_int32_t serial) {
+void LUABackend::setNotifed(int id, uint32_t serial) {
if (f_lua_setnotifed == 0)
return;