On Wed, Jul 29, 2009 at 06:35:20PM +0200, Michael Hanselmann wrote: > > 2009/6/30 Iustin Pop <[email protected]>: > > *** This is for discussion, not for commit *** > > We discussed it. Can you please commit now? :)
Bad internets here. Can you please git am-it and commit for me? Thanks ☺ > LGTM > > > --- a/doc/design-2.1.rst > > +++ b/doc/design-2.1.rst > > +Additionally, there will be specific methods for each method, for example: > > + > > +- enable/disable allocations on a specific PV > > One question here: Should this be a generic function for > flag/parameter modification (Modify(allocatable=None, foo=True, > bar="abc")) or one function per flag/parameter (SetAllocatable(name, > allocatable))? The latter would require more RPC functions if we add > more modifyable flags while the former can do everything in one. I didn't think that far. Both are OK so whatever you think it's better. thanks, iustin
