gbatch_setqueue - select a queue for a connection
int gbatch_setqueue(const int fd, const char *queuename)
The function gbatch_setqueue() is used to allocate a queue name for transactions with the API. This may effect the selection of jobs and job titles.
fd is a file descriptor which was previously returned by a successful call to gbatch_open(3).
queuename is the name of the proposed queue or NULL
to delete a
previous queue name.
The function returns 0 if successful, otherwise an error code as defined in the include file \fBgbatch.h\fR.
gbatch_close(3), gbatch_gettitle(3), gbatch_joblist(3), gbatch_jobread(3), gbatch_open(3), gbatch_puttitle(3),
Copyright (c) 2009 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.
John M Collins, Xi Software Ltd.