BaconMap 0.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News BaconMap 0.6 (Default branch)
# 1  
Old 12-10-2008
BaconMap 0.6 (Default branch)

BaconMap allows you to visualize interdependent IT resources. It helps you answer the question, "What fails when this fails?" BaconMap is an IT resource manager and a wiki Web program. The application allows IT staff to map interdependent resources to each other to create a visual representation of the network. License: GNU General Public License (GPL) Changes:
New features include a secure login method, document management, and encryption capability. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
rminit(9r)																rminit(9r)

NAME
rminit - General: Initializes a resource map SYNOPSIS
void rminit( struct map *map_struct, long size, long addr, char *name, int mapsize ); ARGUMENTS
Specifies a pointer to a map structure to be initialized by a call to rminit. Specifies the size elements used to initialize the resource map. Specifies the address that identifies the start of the free elements. Specifies the name for the resource map. The rminit routine uses this name in warning messages when the map overflows. Specifies the maximum number of fragments. DESCRIPTION
The rminit routine initializes the specified resource map to have mapsize - 2 segments. The routine also identifies this resource map with the string passed to the name argument. It prints this name if the slots become so fragmented that space is lost. The resource map itself is initialized with size elements free, starting at the address specified in addr. NOTES
The caller is responsible for providing any locking necessary for the map structure that the system passes to the rminit routine. RETURN VALUES
None SEE ALSO
Routines: rmalloc(9r), rmfree(9r), rmget(9r) rminit(9r)