Parent Directory
|
Revision Log
|
Patch
| Revision 1.34 by sysadm, Wed Nov 5 03:01:14 2025 UTC | Revision 1.36 by sysadm, Thu Nov 20 03:22:35 2025 UTC | |
|---|---|---|
| # | Line 81 typedef struct menu_t MENU; | Line 81 typedef struct menu_t MENU; |
| 81 | ||
| 82 | struct menu_set_t | struct menu_set_t |
| 83 | { | { |
| 84 | int shmid; | char shm_name[FILE_NAME_LEN]; |
| 85 | size_t shm_size; | |
| 86 | void *p_reserved; | void *p_reserved; |
| 87 | void *p_menu_pool; | void *p_menu_pool; |
| 88 | void *p_menu_item_pool; | void *p_menu_item_pool; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |