Changes between Initial Version and Version 1 of Ticket #337, comment 1


Ignore:
Timestamp:
06/19/2024 12:10:09 PM (2 years ago)
Author:
Gary Dixon

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #337, comment 1

    initial v1  
    1717}}}
    1818
    19 I believe this code should determine length of the area_info.owner field by looking for the last non-SPace character. 
     19If the area is being created by a ring-0 caller, then the existing code in define_area_ is the best approach since any area_info.owner field has to be embedded in a segment name.
    2020
    21 Instead of trying to add a suffix-like string ".area", it should try to add a parenthesized string " (area)" if the substring "area" is not already present in the .owner element.
     21If the area in being created outside of ring 0 using get_temp_segment_ subroutine then the .owner field is stored as a comment in get_temp_segments_ info block describing each temporary segment that is being managed.  If get_temp_segment_ is used, then...
     22
     23 - this code should determine length of the area_info.owner field by looking for the last non-SPace character. 
     24
     25 - this code should try to add a parenthesized string " (area)" if the substring "area" is not already present in the full area_info.owner element.