- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -14,4 +14,4 @@
 ~~~
 
 </br>
-Use of SaBoolT should be kept in API and message types.
+Use of SaBoolT should be kept in API.

~~~~

- **status**: review --> fixed
- **Comment**:

default (5.2)
[staging:1acc98]
changeset:   8468:1acc98ef1e62
user:        Hung Nguyen <[email protected]>
date:        Tue Dec 13 09:40:26 2016 +0700
summary:     imm: Remove use of SaBoolT from library [#2225]

[staging:aba326]
changeset:   8469:aba3268b5888
user:        Hung Nguyen <[email protected]>
date:        Tue Dec 13 13:13:18 2016 +0700
summary:     imm: Remove use of SaBoolT from IMMND [#2225]

[staging:9c8d08]
changeset:   8470:9c8d08de440e
user:        Hung Nguyen <[email protected]>
date:        Tue Dec 13 13:40:11 2016 +0700
summary:     imm: Remove use of SaBoolT from IMM tools and tests [#2225]

[staging:02d678]
changeset:   8471:02d678109ee4
user:        Hung Nguyen <[email protected]>
date:        Tue Dec 20 13:18:41 2016 +0700
summary:     imm: Remove use of SaBoolT from message type [#2225]





---

** [tickets:#2225] imm: Remove use of SaBoolT**

**Status:** fixed
**Milestone:** 5.2.FC
**Created:** Mon Dec 12, 2016 07:43 AM UTC by Hung Nguyen
**Last Updated:** Wed Dec 14, 2016 09:00 AM UTC
**Owner:** Hung Nguyen


SaBoolT should be replaced with bool wherever possible.
</br>
Example:
~~~
    SaBoolT freeMemory = SA_FALSE;
    ...
    if(freeMemory == SA_TRUE) {
            free(objectNameStr);
    }
~~~

~~~
SaBoolT immnd_syncComplete(IMMND_CB *cb, SaBoolT coordinator, SaUint32T step);
~~~

</br>
Use of SaBoolT should be kept in API.



---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to