Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
apk-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sertonix
apk-tools
Commits
f42e251b
Commit
f42e251b
authored
1 year ago
by
Timo Teräs
Browse files
Options
Downloads
Patches
Plain Diff
db: simplify struct apk_name a little bit
parent
8037e3ec
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/apk_database.h
+1
-3
1 addition, 3 deletions
src/apk_database.h
with
1 addition
and
3 deletions
src/apk_database.h
+
1
−
3
View file @
f42e251b
...
...
@@ -105,14 +105,12 @@ struct apk_name {
unsigned
is_dependency
:
1
;
unsigned
auto_select_virtual
:
1
;
unsigned
priority
:
2
;
unsigned
layer
:
4
;
unsigned
solver_flags_set
:
1
;
unsigned
providers_sorted
:
1
;
unsigned
int
foreach_genid
;
union
{
struct
apk_solver_name_state
ss
;
unsigned
char
state_buf
[
sizeof
(
struct
apk_solver_name_state
)];
void
*
state_ptr
;
unsigned
long
state_buf
[
4
];
int
state_int
;
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment