Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
batctl
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
CommunityWLAN Team
batctl
Commits
a659c19c
Commit
a659c19c
authored
Jun 19, 2009
by
Marek Lindner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[battools] renaming battools to batctl as suggested by Jacob Marble
parent
5b06d9f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
batping.c
batping.c
+4
-4
No files found.
batping.c
View file @
a659c19c
...
...
@@ -49,8 +49,8 @@ void batping_usage() {
return
;
}
void
handler
(
int32_t
sig
)
{
switch
(
sig
)
{
void
handler
(
int32_t
sig
)
{
switch
(
sig
)
{
case
SIGINT
:
case
SIGTERM
:
Stop
=
1
;
...
...
@@ -116,12 +116,12 @@ int batping_main( int argc, char **argv, struct hashtable_t *hash ) {
}
}
if
(
argc
<=
found_args
)
{
if
(
argc
<=
found_args
)
{
printf
(
"Error - target mac address or host name not specified
\n
"
);
batping_usage
();
return
(
EXIT_FAILURE
);
}
while
(
NULL
!=
(
hashit
=
hash_iterate
(
hash
,
hashit
)
)
)
{
tmp_hosts
=
(
struct
hosts
*
)
hashit
->
bucket
->
data
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment