Linked epics statically
This commit is contained in:
@ -315,7 +315,7 @@ static pHdb CreateMotorAdapter(char *name, pMotor pMot)
|
||||
DeleteHipadabaNode(result, NULL);
|
||||
return NULL;
|
||||
}
|
||||
result->protected = 1;
|
||||
result->iprotected = 1;
|
||||
|
||||
return result;
|
||||
}
|
||||
@ -499,7 +499,7 @@ static pHdb MakeSicsVarNode(pSicsVariable pVar, char *name)
|
||||
snprintf(command, 1023, "%s ", pVar->name);
|
||||
SetHdbProperty(node, "sicscommand", command);
|
||||
|
||||
node->protected = 1;
|
||||
node->iprotected = 1;
|
||||
return node;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user