Opened 16 years ago
Closed 8 years ago
#243 closed defect (fixed)
IZ1592: commlib: replace cl_bool_t by the sge bool type
Reported by: | joga | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | current |
Severity: | minor | Keywords: | cleanup |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=1592]
Issue #: 1592 Platform: All Reporter: joga (joga) Component: gridengine OS: All Subcomponent: cleanup Version: current CC: None defined Status: STARTED Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: ernst (ernst) QA Contact: ernst URL: * Summary: commlib: replace cl_bool_t by the sge bool type Status whiteboard: Attachments: Issue 1592 blocks: Votes for issue 1592: Opened: Wed Apr 27 01:58:00 -0700 2005 ------------------------ Whereever booleans (e.g. sync/async flags) are passed between commlib and other sge code, typecasts have to be used. The sge bool type is equivalent to cl_bool_t, so it can be replaced. ------- Additional comments from ernst Wed Jun 11 04:46:41 -0700 2008 ------- Started.
Change History (1)
comment:1 Changed 8 years ago by dlove
- Resolution set to fixed
- Severity set to minor
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed by [3873]