User Tools

Site Tools


notes:data:fall2022:projects:dlq0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:data:fall2022:projects:dlq0 [2022/11/14 18:06] – [PROGRAM] gsubernotes:data:fall2022:projects:dlq0 [2022/11/16 17:20] (current) – [SPECIFICATIONS] dmuck
Line 12: Line 12:
   * Node *front - Same as data->lead   * Node *front - Same as data->lead
   * Node *back - Same as data->last   * Node *back - Same as data->last
-  * List *data +  * List *data - Pointer to list holding actual queue data 
-  * ulli buffer - Length of queue (0 = infinite)+  * ulli buffer - Maximum length of queue (0 = infinite)
  
 For this project you will be working with 6 new functions related to the new //queue// struct. For this project you will be working with 6 new functions related to the new //queue// struct.
notes/data/fall2022/projects/dlq0.1668449181.txt.gz · Last modified: 2022/11/14 18:06 by gsuber