Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wrpc-sw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor 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
This is an archived project. Repository and other project resources are read-only.
hdl-core-lib
wr-cores
wrpc-sw
Commits
784cd7b3
Commit
784cd7b3
authored
12 years ago
by
Alessandro Rubini
Browse files
Options
Downloads
Patches
Plain Diff
tests/measure_t24p.c: temporarily disable under ppsi
Signed-off-by:
Alessandro Rubini
<
rubini@gnudd.com
>
parent
5eb88175
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/measure_t24p.c
+11
-0
11 additions, 0 deletions
tests/measure_t24p.c
with
11 additions
and
0 deletions
tests/measure_t24p.c
+
11
−
0
View file @
784cd7b3
...
...
@@ -41,6 +41,8 @@ struct meas_entry {
};
#ifndef CONFIG_PPSI
/* FIXME */
static
void
purge_socket
(
wr_socket_t
*
sock
,
char
*
buf
)
{
wr_sockaddr_t
from
;
...
...
@@ -191,3 +193,12 @@ int measure_t24p(int *value)
ptpd_netif_close_socket
(
sock
);
return
0
;
}
#else
/* FIXME: PPSI needs porting */
int
measure_t24p
(
int
*
value
)
{
return
0
;
}
#endif
/* PPSI */
This diff is collapsed.
Click to expand it.
Preview
0%
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