]> rtime.felk.cvut.cz Git - orte.git/commit
JORTE: make helper buffer static
authorMartin Vajnar <martin.vajnar@gmail.com>
Sat, 2 May 2015 12:22:21 +0000 (14:22 +0200)
committerMartin Vajnar <martin.vajnar@gmail.com>
Fri, 22 May 2015 11:33:21 +0000 (13:33 +0200)
commit9c65c6f11528c6428b1452a85c8290787874c5d2
treeb503ca58da9f9311aad2816dbb3c845c1512943b
parent9c366a8529292d2344ee4896c1acfb81484a657c
JORTE: make helper buffer static

helper_buffer carries always the same information on a given platform, so
it can be moved to static constructor, where it is initialized only once
during class loading.
orte/include/jorte/org_ocera_orte_types_RecvInfo.h
orte/java/src/org/ocera/orte/types/RecvInfo.java
orte/libjorte/JORTERecvInfoHelpers.c