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
5488cc09
Commit
5488cc09
authored
May 05, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qid to qcom_CreateQue was not zero
parent
c60fa092
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
java/exe/jpwr_rt_gdh/src/jpwr_rt_qcom.c
java/exe/jpwr_rt_gdh/src/jpwr_rt_qcom.c
+3
-3
No files found.
java/exe/jpwr_rt_gdh/src/jpwr_rt_qcom.c
View file @
5488cc09
/*
* Proview $Id: jpwr_rt_qcom.c,v 1.
3 2005-09-01 14:57:47
claes Exp $
* Proview $Id: jpwr_rt_qcom.c,v 1.
4 2008-05-05 06:57:39
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -87,7 +87,7 @@ JNIEXPORT jobject JNICALL Java_jpwr_rt_Qcom_createIniEventQ
jmethodID
qcomrCreateQ_cid
;
jobject
return_obj
;
jint
jsts
;
qcom_sQid
qid
;
qcom_sQid
qid
=
qcom_cNQid
;
qcom_sQattr
qAttr
;
qcom_sQid
qini
;
int
sts
;
...
...
@@ -113,7 +113,7 @@ JNIEXPORT jobject JNICALL Java_jpwr_rt_Qcom_createIniEventQ
qAttr
.
type
=
qcom_eQtype_private
;
qAttr
.
quota
=
100
;
qAttr
.
quota
=
100
;
if
(
!
qcom_CreateQ
(
&
sts
,
&
qid
,
&
qAttr
,
cstr
))
{
errh_Fatal
(
"qcom_CreateQ, %m"
,
sts
);
errh_SetStatus
(
PWR__APPLTERM
);
...
...
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