Skip to content
Snippets Groups Projects
Commit 9cd3f63b authored by Martin Stiemerling's avatar Martin Stiemerling :speech_balloon:
Browse files

New Interface functions for Notifications

parent 91d29203
No related branches found
No related tags found
1 merge request!9First working draft version
...@@ -18,6 +18,9 @@ import ( ...@@ -18,6 +18,9 @@ import (
) )
type Qkdnkms interface { type Qkdnkms interface {
AddExternalNotifierGeneral(chan bool) // used to indicate unspecific changes
AddExternalNotifierQLE(chan bool) // used to indicate changes to specific Quantum Link Element (QLE)
AddExternalNotifierKMSPeer(chan bool) // used to indicate changes to specific KMSPeer
AddQuantumElement() *QuantumElement AddQuantumElement() *QuantumElement
GlobalKeyHandler(time.Duration) error GlobalKeyHandler(time.Duration) error
AddPeer(kmsPeerSocket string, servingQLE *QuantumElement) AddPeer(kmsPeerSocket string, servingQLE *QuantumElement)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment