Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
66
Commits
06381bc7
Commit
06381bc7
authored
8 months ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
Provide service_resolve_zero function
parent
8d719895
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/include/66/service.h
+1
-0
1 addition, 0 deletions
src/include/66/service.h
src/lib66/service/service_resolve_zero.c
+17
-0
17 additions, 0 deletions
src/lib66/service/service_resolve_zero.c
with
18 additions
and
0 deletions
src/include/66/service.h
+
1
−
0
View file @
06381bc7
...
...
@@ -233,6 +233,7 @@ struct resolve_service_s
IO_REDIRECTION_ZERO }
extern
const
resolve_service_t
service_resolve_zero
;
typedef
enum
resolve_service_enum_e
resolve_service_enum_t
,
*
resolve_service_enum_t_ref
;
enum
resolve_service_enum_e
...
...
This diff is collapsed.
Click to expand it.
src/lib66/service/service_resolve_zero.c
0 → 100644
+
17
−
0
View file @
06381bc7
/*
* service_resolve_zero.c
*
* Copyright (c) 2018-2024 Eric Vidal <eric@obarun.org>
*
* All rights reserved.
*
* This file is part of Obarun. It is subject to the license terms in
* the LICENSE file found in the top-level directory of this
* distribution.
* This file may not be copied, modified, propagated, or distributed
* except according to the terms contained in the LICENSE file./
*/
#include
<66/service.h>
const
resolve_service_t
service_resolve_zero
=
RESOLVE_SERVICE_ZERO
;
\ No newline at end of file
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