Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • New functional tests for resv_begin hook events.
  • New PBS batch request event "rq_resresvbegin" to enable hook processing.
  • New event type: HOOK_EVENT_RESV_BEGIN
  • A new batch request to allow for hook handling, the PBS_BATCH_BeginResv dummy request, has been added.
  • A call to process_hooks() has been added to Time4resv.
  • This hook reuses the reservation information structure that resv_end uses. No new data is being added at this time.
  • This hook will run from the server when the server processes the reservation beginning. This will not be affected by the scheduler starting the reservation's queue in it's own internal loop.
  • This hook runs after the scheduler has been informed of the reservation that is beginning and occurs immediately after an email may be sent to the owner and the B-accounting record is written.

...