Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
40b0056f
Commit
40b0056f
authored
Jan 12, 2010
by
Jonas Nylund
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conflicts solved again
parent
757b95c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
21 deletions
+1
-21
sev/exe/sev_server/src/sev_server.cpp
sev/exe/sev_server/src/sev_server.cpp
+1
-21
No files found.
sev/exe/sev_server/src/sev_server.cpp
View file @
40b0056f
...
...
@@ -62,26 +62,6 @@ static int sev_comp_refid(tree_sTable *tp, tree_sNode *x, tree_sNode *y)
return
0
;
}
static
int
sev_comp_refid
(
tree_sTable
*
tp
,
tree_sNode
*
x
,
tree_sNode
*
y
)
{
sev_sRefid
*
xp
=
(
sev_sRefid
*
)
x
;
sev_sRefid
*
yp
=
(
sev_sRefid
*
)
y
;
if
(
xp
->
id
.
nid
>
yp
->
id
.
nid
)
return
1
;
if
(
xp
->
id
.
nid
<
yp
->
id
.
nid
)
return
-
1
;
if
(
xp
->
id
.
rix
>
yp
->
id
.
rix
)
return
1
;
if
(
xp
->
id
.
rix
<
yp
->
id
.
rix
)
return
-
1
;
return
0
;
}
int
sev_server
::
init
(
int
noneth
)
{
qcom_sNode
node
;
...
...
@@ -868,7 +848,7 @@ void sev_server::garbage_item( int idx)
{
pwr_tTime
currenttime
,
limit
;
clock_gettime
(
CLOCK_REALTIME
,
&
currenttime
);
time_GetTime
(
&
currenttime
);
if
(
m_db
->
m_items
[
idx
].
deleted
)
return
;
...
...
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