Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-02-22 05:10:50 +03:00
parent 3fb1bce368
commit d76acff7c8

View File

@ -158,6 +158,14 @@ var ChildProcessPeerActions = actions.Actions({
// XXX // XXX
}], }],
peerCall: ['- Peer/',
function(id, action){
// XXX
}],
peerApply: ['- Peer/',
function(id, action, args){
// XXX
}],
}) })
@ -167,6 +175,9 @@ module.ChildProcessPeer = core.ImageGridFeatures.Feature({
doc: '', doc: '',
tag: 'child-process-peer', tag: 'child-process-peer',
depends: [
'peer',
],
actions: ChildProcessPeerActions, actions: ChildProcessPeerActions,
}) })