You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libne...@googlegroups.com
Hi,
currently I have some problems with ncds_apply_rpc2all(). Can someone give me some example about the usage of this fnctio and a brief explanation? In particular if I use ncds_apply_rpc() everything is ok but unfortunately this function is no more available so I have to use ncds_apply_rpc2all(). Which are the difference between these two functions?
Thank you in advance.
Regards,
Stefano
Radek Krejčí
unread,
May 11, 2015, 4:33:53 AM5/11/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to delucchi...@gmail.com, libne...@googlegroups.com
Hi,
Can you be more specific about the problems? For examples, check the Netopeer project [1][2]. ncds_apply_rpc() was used to target only the specific part of the datastore (you had to pass datastore id as a parameter). ncds_apply_rpc2all() applies to all datastore parts at once. To get know which datastore parts were affected, you can use its last parameter, see [3].