Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependence of compress module on share module #1346

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

michaelortmann
Copy link
Member

@michaelortmann michaelortmann commented Nov 10, 2022

Found by: maimizuno
Patch by: michaelortmann
Fixes: #401

One-line summary:
Remove dependence of compress module on share module

Additional description (if needed):
Instead of module_depend() use module_find()
New function compress_start_share() that links the compress mod funcs to share mod and that is called during compress mod start and used as callback during share mod start (to update func pointers)
See also: #547 (comment)

Test cases demonstrating functionality (if applicable):
I tested every load/unload combination of compress mod and share mod in partyline

@michaelortmann michaelortmann changed the title (WIP) Remove dependence of compress module on share module Remove dependence of compress module on share module Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compress module tethering with share module
2 participants