Hello - my process creates several TCBs.  Each TCB establishes its own LE
enclave using CEEPIPI.  As part of the LE runtime options used in testing,
RPTSTG(ON) is used. As each task ends, the storage report is printed.

The storage report title for each task is "Options Report for Enclave
CEEPIPI 06/29/13 9:18:44 AM"  Only the time stamp differs.  I would like to
set the name differently for each task.

The LE Vendor interfaces manual (SA22-7568) describe an interface to
customize the "program name" listed in the report header.  The interface is
called "CEEBSENM — Set the Enclave Name" and is described in chapter 4.

The usage notes indicate that this interface can only be called during the
"enclave create event".

It is not clear (to me anyways):
1) when the enclave create event occurs;
2) how the enclave create event can be intercepted to invoke the CEEBSENM
interface.

Chapter 16 discusses various events that can occur.  To handle these
events, you must implement an event handler (CEEV003 for c/c++).  This
seems complex and unneeded to just set the report name.

I'm sure I've missed something in the doc or I'm just looking in the wrong
manual.

Any pointer on how to use CEEBSENM would be appreciated.

Sam

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to