~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty

« back to all changes in this revision

Viewing changes to src/services/a-rex/grid-manager/run/run_parallel.h

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-12-13 16:41:31 UTC
  • mfrom: (3.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20121213164131-wii0p2fcv7e3en93
Tags: 2.0.1-1
* 2.0.1 Release
* Drop patches accepted upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  RunPlugin::substitute_t subst_;
20
20
  void* subst_arg_;
21
21
  static void initializer(void* arg);
 
22
  // TODO: no static variables
22
23
  static void (*kicker_func_)(void*);
23
24
  static void* kicker_arg_;
24
25
 public: