dmmp_path_group_selector_get — Retrieve path group selector.
| Use Case | Command | Description |
|---|---|---|
| 🔍 Retrieve selector | const char *sel = dmmp_path_group_selector_get(pg); | Get the path group selector string. |
| ⚠️ Null safety | assert(pg); | Validator ensures pg is not NULL (aborts otherwise). |
const char * dmmp_path_group_selector_get (struct dmmp_path_group *dmmp_pg);
dmmp_pg — Pointer of struct dmmp_path_group. ⚠️ If this pointer is NULL, your program will be terminated by assert.
Path group selector determines which path in the active path group will be used for the next I/O operation.
const char * — The path group selector string.
March 2018 dmmp_path_group_selector_get dmmp_path_group_selector_get(3)
Generated by phpman v4.9.25-25-g40dbf62 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-16 12:47 @2600:1f28:365:80b0:8802:8bb4:3873:328e
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format