-
Notifications
You must be signed in to change notification settings - Fork 148
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
Reinstall libtcmu API and header files #444
base: main
Are you sure you want to change the base?
Changes from 4 commits
e8b26c4
d5fec27
b1db372
1f925d0
96d0625
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ | |
#include "libtcmu_log.h" | ||
#include "libtcmu_common.h" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This patch seems ok. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks. |
||
#include "libtcmu_priv.h" | ||
#include "tcmu-runner.h" | ||
#include "tcmur_device.h" | ||
#include "target.h" | ||
#include "alua.h" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,7 @@ | |
#include <gio/gio.h> | ||
#include <pthread.h> | ||
|
||
#include "scsi_defs.h" | ||
#include "darray.h" | ||
#include "ccan/list/list.h" | ||
#include "tcmur_aio.h" | ||
#include "tcmu-runner.h" | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This patch is fine. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks. |
||
#define KERN_IFACE_VER 2 | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't the final new lib have a new header name so it does not conflict with users of the old libtcmu?
Also wether the final lib needs something like tcmu-runner.h is still up in the air.