Skip to content

Commit

Permalink
Added parallel and serial forking support
Browse files Browse the repository at this point in the history
Each branch (destination at transaction level) creates a different dialog-info session.
This opens the gates for parallel and serial forking scenarios with BLF.
Next step - set different callers (peers) for each branch.
TODO: implement the storing into DB and restoring from DB during restarts
  • Loading branch information
bogdan-iancu committed Jan 10, 2019
1 parent aaa6b68 commit b995d6b
Showing 1 changed file with 174 additions and 207 deletions.

2 comments on commit b995d6b

@liviuchircu
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit completely invalidates nopublish_flag, while still keeping it as a floating, dummy setting both in the modparam listing, mod_init() and in the module documentation. Was this an intended effect?

@bogdan-iancu
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be completely & safely removed, it is a leftover.

Please sign in to comment.