client: rename job_opt_object to global_opt_object
authorVincent Fu <vincent.fu@samsung.com>
Fri, 3 Jan 2025 19:33:37 +0000 (19:33 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 23 Jan 2025 17:57:42 +0000 (12:57 -0500)
commitf5c278f2d78a6daac693a1fab1c96746d62e8fae
tree65aa9b5c833bbd2e3d8f54e3ef60f1a57895a1f2
parent0f754a3af30fe6f308ce1c0f95bf1a6f99b3177a
client: rename job_opt_object to global_opt_object

This structure contains only options from the global section of a job
file, so make the name reflect this in order to make the code clearer.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
client.c