]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/spotlight.h
Use a linked list for the SL queries
[netatalk.git] / etc / afpd / spotlight.h
index 0885c96d0568b6ba2fd93acdd88e143b3fdb0b6e..49a8fac063dd1d72204b617f7a8810b6751ada1c 100644 (file)
@@ -87,7 +87,8 @@ typedef enum {
 } slq_state_t;
 
 /* Internal query data structure */
-typedef struct {
+typedef struct _slq_t {
+    struct list_head slq_list;        /* queries are stored in a list                                   */
     slq_state_t    slq_state;         /* State                                                          */
     AFPObj         *slq_obj;          /* global AFPObj handle                                           */
     const struct vol *slq_vol;        /* volume handle                                                  */