Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!ken From: ken@gvax.cs.cornell.edu (Ken Birman) Newsgroups: comp.sys.isis Subject: Question about some ISIS data structures Keywords: qnodes, adesc Message-ID: <29302@cornell.UUCP> Date: 23 Jun 89 13:13:37 GMT Sender: nobody@cornell.UUCP Reply-To: vshankar@auntbea.wright.edu (Viswanathan Shankar) Distribution: comp Organization: Cornell Univ. CS Dept, Ithaca NY Lines: 15 I am trying to write some programs using the ISIS transaction facilities. I was going through the the Bank demo program and have some questions on "Queues." I have searched the manual, but couldn't find any mention on queues, their structure and how to work with them. For example, in the bank demo program, there are some functions such as "qu_null, qu_add.." Can you explain a little more on Queues, What their structure is? What are the different functions available?, etc. Also in the same Bank demo program, there is a variable type "adesc", which is used to declare "account_ad, and trans_ad". Could you throw some more light on this? Vshankar