Changeset f9df2f0 for owl.h


Ignore:
Timestamp:
Jun 25, 2011, 3:26:15 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
e4d7cb6
Parents:
fc8a87a
git-author:
David Benjamin <davidben@mit.edu> (03/10/11 14:57:25)
git-committer:
David Benjamin <davidben@mit.edu> (06/25/11 03:26:15)
Message:
Replace owl_message's owl_list with a GPtrArray
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rfc8a87a rf9df2f0  
    363363  int delete;
    364364  const char *hostname;
    365   owl_list attributes;            /* this is a list of pairs */
     365  GPtrArray *attributes;          /* this is a list of pairs */
    366366  char *timestr;
    367367  time_t time;
Note: See TracChangeset for help on using the changeset viewer.