break;
}
//info("%d user %s", update->type, object->name);
info("slurmdbd: update type: %d user object type: %s", update->type, object->name);
switch(update->type) {
case SLURMDB_MODIFY_USER:
if (!rec) {
DEF_TIMERS;
START_TIMER;
debug2("Processing RPC: ACCOUNTING_UPDATE_MSG from uid=%d", uid);
info("Processing RPC: ACCOUNTING_UPDATE_MSG from uid=%d", uid);
if (!validate_super_user(uid)) {
error("Update Association request from non-super user uid=%d",