summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/attn/attn.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/attn/attn.C')
-rw-r--r--src/usr/diag/attn/attn.C5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/diag/attn/attn.C b/src/usr/diag/attn/attn.C
index af78f41bf..fed47c991 100644
--- a/src/usr/diag/attn/attn.C
+++ b/src/usr/diag/attn/attn.C
@@ -51,6 +51,11 @@ errlHndl_t stopService()
return Singleton<Service>::instance().stop();
}
+void PrdImpl::installPrd()
+{
+ getPrdWrapper().setImpl(*this);
+}
+
errlHndl_t PrdImpl::callPrd(const AttentionList & i_attentions)
{
// forward call to the real PRD
OpenPOWER on IntegriCloud