~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/user_locks/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-10-15 02:39:18 UTC
  • mfrom: (1823.6.9 users_locks)
  • Revision ID: brian@tangent.org-20101015023918-p6o0hp1fdmiwwm0d
MErge in user locks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=User Locks.
 
3
description=Provides lock functions to users.
 
4
load_by_default=yes
 
5
sources= 
 
6
  get_lock.cc
 
7
  get_locks.cc
 
8
  is_free_lock.cc
 
9
  is_used_lock.cc
 
10
  key.cc
 
11
  locks.cc
 
12
  module.cc
 
13
  release_lock.cc
 
14
  release_locks.cc
 
15
  user_locks_dictionary.cc
 
16
headers=
 
17
  get_lock.h
 
18
  get_locks.h
 
19
  is_free_lock.h
 
20
  is_used_lock.h
 
21
  key.h
 
22
  lock_storage.h
 
23
  locks.h
 
24
  module.h
 
25
  release_lock.h
 
26
  release_locks.h
 
27
  user_locks_dictionary.h
 
28
static=yes