First commit towards replacing pCon-> with someFunc(pCon)
This is accompanied with the removal of dead code in conman.c and else
This commit is contained in:
@@ -60,7 +60,7 @@ static int ReplacementCheckStatus(void *pData, SConnection * pCon)
|
||||
myCollider->isDirty = 0;
|
||||
StartDevice(pServ->pExecutor,
|
||||
"anticollider", myCollider->pDes, myCollider,
|
||||
pCon,pCon->runLevel, 77.77);
|
||||
pCon,SCGetRunLevel(pCon), 77.77);
|
||||
return HWIdle;
|
||||
} else {
|
||||
return HWIdle;
|
||||
|
||||
Reference in New Issue
Block a user