Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Luebeck
openwrt
Commits
419718e9
Commit
419718e9
authored
13 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
libnl-tiny: export unl_genl_multicast_id()
SVN-Revision: 29743
parent
9eb73ee6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/libnl-tiny/src/include/unl.h
+1
-0
1 addition, 0 deletions
package/libnl-tiny/src/include/unl.h
package/libnl-tiny/src/unl.c
+1
-1
1 addition, 1 deletion
package/libnl-tiny/src/unl.c
with
2 additions
and
1 deletion
package/libnl-tiny/src/include/unl.h
+
1
−
0
View file @
419718e9
...
...
@@ -25,6 +25,7 @@ int unl_genl_request(struct unl *unl, struct nl_msg *msg, unl_cb handler, void *
int
unl_genl_request_single
(
struct
unl
*
unl
,
struct
nl_msg
*
msg
,
struct
nl_msg
**
dest
);
void
unl_genl_loop
(
struct
unl
*
unl
,
unl_cb
handler
,
void
*
arg
);
int
unl_genl_multicast_id
(
struct
unl
*
unl
,
const
char
*
name
);
int
unl_genl_subscribe
(
struct
unl
*
unl
,
const
char
*
name
);
int
unl_genl_unsubscribe
(
struct
unl
*
unl
,
const
char
*
name
);
...
...
This diff is collapsed.
Click to expand it.
package/libnl-tiny/src/unl.c
+
1
−
1
View file @
419718e9
...
...
@@ -173,7 +173,7 @@ void unl_genl_loop(struct unl *unl, unl_cb handler, void *arg)
nl_cb_put
(
cb
);
}
static
int
unl_genl_multicast_id
(
struct
unl
*
unl
,
const
char
*
name
)
int
unl_genl_multicast_id
(
struct
unl
*
unl
,
const
char
*
name
)
{
struct
nlattr
*
tb
[
CTRL_ATTR_MCAST_GRP_MAX
+
1
];
struct
nlattr
*
groups
,
*
group
;
...
...
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