Changeset 919 for vendor/current/source3/include/smb.h
- Timestamp:
- Jun 9, 2016, 2:17:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/smb.h
r860 r919 713 713 }; 714 714 715 716 715 /* the following are used by loadparm for option lists */ 717 716 typedef enum { … … 759 758 #define FLAG_META 0x8000 /* A meta directive - not a real parameter */ 760 759 #define FLAG_CMDLINE 0x10000 /* option has been overridden */ 761 762 struct bitmap {763 uint32 *b;764 unsigned int n;765 };766 760 767 761 /* offsets into message for common items */
Note:
See TracChangeset
for help on using the changeset viewer.